Skip to content

Commit b577781

Browse files
committed
fix for #5967
1 parent 0252234 commit b577781

File tree

1 file changed

+5
-0
lines changed
  • src/shared/components/Settings/Preferences/Email

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ const newsletters = [
6161
name: 'Rapid Development Match (RDM) Reminders',
6262
desc: 'Receive notifications of our brand new RDMs! These rated, development matches will be a fun new way to engage with us!',
6363
},
64+
{
65+
id: 'ee26600945',
66+
name: 'NASA Community',
67+
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>.',
68+
},
6469
];
6570
const programs = [
6671
{

0 commit comments

Comments
 (0)