Skip to content

Commit

Permalink
fix: discord invite
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-tucker committed Nov 28, 2023
1 parent fefba3e commit cb2fa7d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/lib/components/Avatar/Avatar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
{/if}
<a
class="header-link row-2 align-center"
href="https://discord.com/invite/emeraldcity"
href="https://discord.gg/emerald-city-906264258189332541"
target="_blank"
rel="noreferrer"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</p>
<p class="h5">
We believe in this goal. Join us on <a
href="https://discord.com/emeraldcity"
href="https://discord.gg/emerald-city-906264258189332541"
target="_blank"
rel="noreferrer">discord</a
>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/DiscordInvite/DiscordInvite.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</p>
<Button
target="_blank"
href="https://discord.com/invite/emeraldcity"
href="https://discord.gg/emerald-city-906264258189332541"
color={background ? 'neutral' : undefined}
size="large"
>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/ErrorPage/ErrorPage.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<em>Join us on Discord to build together the future #onFlow</em>
</p>
<Button
href="https://discord.com/invite/emeraldcity"
href="https://discord.gg/emerald-city-906264258189332541"
type="ghost"
width="extended"
color="neutral"
Expand Down
6 changes: 3 additions & 3 deletions src/lib/components/Footer/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
{
name: 'Discord',
url: 'https://discord.com/invite/emeraldcity',
url: 'https://discord.gg/emerald-city-906264258189332541',
icon: 'tabler:brand-discord'
},
{
Expand All @@ -86,7 +86,7 @@
<p class="small">
Built by Emerald City DAO.<br /><a
class="w-medium"
href="https://discord.com/invite/emeraldcity"
href="https://discord.gg/emerald-city-906264258189332541"
target="_blank">Join us</a
> on our mission to build the future #onFlow
</p>
Expand Down Expand Up @@ -139,7 +139,7 @@
type="ghost"
size="x-small"
width="extended"
href="https://discord.com/invite/emeraldcity"
href="https://discord.gg/emerald-city-906264258189332541"
>
Join the community
<Icon icon="tabler:brand-discord" />
Expand Down

0 comments on commit cb2fa7d

Please sign in to comment.