We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51fc778 commit 3b5684cCopy full SHA for 3b5684c
messages/en.json
@@ -38,9 +38,6 @@
38
"buttons.discord.cta": "Join our Discord server",
39
"buttons.discord.href": "https://discord.gg/gn4DKF83bP",
40
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
-
44
"socials.instagram.cta": "Instagram",
45
"socials.instagram.href": "https://www.instagram.com/seattlecommnet/",
46
src/lib/components/Footer.svelte
@@ -9,10 +9,6 @@
9
{
10
href : m['buttons.discord.href'](),
11
cta : m['buttons.discord.cta']()
12
- },
13
- {
14
- href : m['buttons.mailing_list.href'](),
15
- cta : m['buttons.mailing_list.cta']()
16
}
17
];
18
</script>
0 commit comments