Skip to content

Commit cb2fa7d

Browse files
committed
fix: discord invite
1 parent fefba3e commit cb2fa7d

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

src/lib/components/Avatar/Avatar.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
{/if}
124124
<a
125125
class="header-link row-2 align-center"
126-
href="https://discord.com/invite/emeraldcity"
126+
href="https://discord.gg/emerald-city-906264258189332541"
127127
target="_blank"
128128
rel="noreferrer"
129129
>

src/lib/components/ConnectWalletPage/ConnectWalletPage.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</p>
2525
<p class="h5">
2626
We believe in this goal. Join us on <a
27-
href="https://discord.com/emeraldcity"
27+
href="https://discord.gg/emerald-city-906264258189332541"
2828
target="_blank"
2929
rel="noreferrer">discord</a
3030
>

src/lib/components/DiscordInvite/DiscordInvite.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</p>
1818
<Button
1919
target="_blank"
20-
href="https://discord.com/invite/emeraldcity"
20+
href="https://discord.gg/emerald-city-906264258189332541"
2121
color={background ? 'neutral' : undefined}
2222
size="large"
2323
>

src/lib/components/ErrorPage/ErrorPage.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<em>Join us on Discord to build together the future #onFlow</em>
2424
</p>
2525
<Button
26-
href="https://discord.com/invite/emeraldcity"
26+
href="https://discord.gg/emerald-city-906264258189332541"
2727
type="ghost"
2828
width="extended"
2929
color="neutral"

src/lib/components/Footer/Footer.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
},
6161
{
6262
name: 'Discord',
63-
url: 'https://discord.com/invite/emeraldcity',
63+
url: 'https://discord.gg/emerald-city-906264258189332541',
6464
icon: 'tabler:brand-discord'
6565
},
6666
{
@@ -86,7 +86,7 @@
8686
<p class="small">
8787
Built by Emerald City DAO.<br /><a
8888
class="w-medium"
89-
href="https://discord.com/invite/emeraldcity"
89+
href="https://discord.gg/emerald-city-906264258189332541"
9090
target="_blank">Join us</a
9191
> on our mission to build the future #onFlow
9292
</p>
@@ -139,7 +139,7 @@
139139
type="ghost"
140140
size="x-small"
141141
width="extended"
142-
href="https://discord.com/invite/emeraldcity"
142+
href="https://discord.gg/emerald-city-906264258189332541"
143143
>
144144
Join the community
145145
<Icon icon="tabler:brand-discord" />

0 commit comments

Comments
 (0)