Skip to content

Commit 84441af

Browse files
authored
Merge pull request #6884 from topcoder-platform/MKTG-1156
MKTG-1156 Email preferences update
2 parents 9cddf7b + 77d444d commit 84441af

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ workflows:
356356
filters:
357357
branches:
358358
only:
359-
- free
359+
- MKTG-1156
360360
# This is alternate dev env for parallel testing
361361
- "build-qa":
362362
context : org-global

src/shared/components/Settings/Preferences/Email/index.jsx

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ const SAVE_DELAY = 1000;
2929
const newsletters = [
3030
{
3131
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.',
3434
},
3535
{
3636
id: 'a8f858cdf1',
3737
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.',
3939
},
4040
{
4141
id: '5e67dba327',
@@ -52,11 +52,6 @@ const newsletters = [
5252
name: 'Rapid Development Match (RDM) Reminders',
5353
desc: 'Receive notifications of our brand new RDMs! These rated, development matches will be a fun new way to engage with us!',
5454
},
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>.',
59-
},
6055
];
6156
const programs = [
6257
{

0 commit comments

Comments
 (0)