Skip to content

Commit 3b5684c

Browse files
authored
remove mailing list link (#43)
merged
1 parent 51fc778 commit 3b5684c

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

messages/en.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@
3838
"buttons.discord.cta": "Join our Discord server",
3939
"buttons.discord.href": "https://discord.gg/gn4DKF83bP",
4040

41-
"buttons.mailing_list.cta": "Subscribe to Mailing List",
42-
"buttons.mailing_list.href": "https://groups.google.com/a/seattlecommunitynetwork.org/g/local-connectivity-lab/",
43-
4441
"socials.instagram.cta": "Instagram",
4542
"socials.instagram.href": "https://www.instagram.com/seattlecommnet/",
4643

src/lib/components/Footer.svelte

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
{
1010
href : m['buttons.discord.href'](),
1111
cta : m['buttons.discord.cta']()
12-
},
13-
{
14-
href : m['buttons.mailing_list.href'](),
15-
cta : m['buttons.mailing_list.cta']()
1612
}
1713
];
1814
</script>

0 commit comments

Comments
 (0)