Skip to content

Commit

Permalink
fix discord link in footer (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
r8bywork authored Jun 3, 2024
2 parents 0e98074 + df2c276 commit a50ad79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/snippets/footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const Footer = () => {
icon: 'social/discord' as const,
iconSize: '24px',
text: 'Discord',
url: 'https://discord.com/invite/blockchainsports',
url: 'https://discord.gg/atletanetwork',
},
{
icon: 'social/zealy' as const,
Expand Down

0 comments on commit a50ad79

Please sign in to comment.