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
+3-8
Original file line number
Diff line number
Diff line change
@@ -29,13 +29,13 @@ const SAVE_DELAY = 1000;
29
29
constnewsletters=[
30
30
{
31
31
id: 'd0c48e9da3',
32
-
name: 'Gig Work',
33
-
desc: 'This newsletter gets sent out at various times, specifically when we have an opportunity of mass appeal. For more information you can visit the <a href="https://www.topcoder.com/community/taas" style="color:#0d61bf;text-decoration:none;font-weight:500;">Gig Work page.</a>',
32
+
name: 'Work Opportunities',
33
+
desc: 'A weekly summary of available ways to earn, including gig work, challenges, and Thrive articles.',
34
34
},
35
35
{
36
36
id: 'a8f858cdf1',
37
37
name: 'Monthly Newsletter',
38
-
desc: 'This newsletter gets sent out at the end of every month and contains a variety of important information across all of our tracks.',
38
+
desc: 'A monthly newsletter with recent highlights from the Topcoder community.',
39
39
},
40
40
{
41
41
id: '5e67dba327',
@@ -52,11 +52,6 @@ const newsletters = [
52
52
name: 'Rapid Development Match (RDM) Reminders',
53
53
desc: 'Receive notifications of our brand new RDMs! These rated, development matches will be a fun new way to engage with us!',
54
54
},
55
-
{
56
-
id: 'ee26600945',
57
-
name: 'NASA Community',
58
-
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:none;font-weight:500;">NASA Member Program</a>.',
0 commit comments