You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/shared/components/Settings/Preferences/Email/index.jsx
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -26,11 +26,6 @@ function toastrError(title, message) {
26
26
constSAVE_DELAY=1000;
27
27
28
28
constnewsletters=[
29
-
{
30
-
id: '9f950b43a1',
31
-
name: 'Challenge Pipeline',
32
-
desc: 'Subscribe to this newsletter if you want to get updates on the types of challenges coming up in the future. To view these challenges at your leisure you can always visit the <a href="https://www.topcoder.com/community/pipeline" style="color:#0d61bf;text-decoration:underline">Challenge Pipeline</a> page.',
33
-
},
34
29
{
35
30
id: 'd0c48e9da3',
36
31
name: 'Gig Work',
@@ -61,6 +56,11 @@ const newsletters = [
61
56
name: 'Rapid Development Match (RDM) Reminders',
62
57
desc: 'Receive notifications of our brand new RDMs! These rated, development matches will be a fun new way to engage with us!',
63
58
},
59
+
{
60
+
id: 'ee26600945',
61
+
name: 'NASA Community',
62
+
desc: 'Receive email notifications for all the latest news and announcements of our <a href="https://www.topcoder.com/community/nasa" style="color:#0d61bf;text-decoration:underline">NASA Member Program</a>.',
0 commit comments