Skip to content

Commit

Permalink
fix: replace broken discord link
Browse files Browse the repository at this point in the history
  • Loading branch information
tvolk131 committed Sep 23, 2024
1 parent b3d207e commit 87f8f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/router/src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const Footer = () => {
href='https://fedimint.org'
/>
<Flex direction='row' gap={4} justifyContent='center'>
<CustomLink title='Discord' href='https://discord.gg/nzqta7AZ' />
<CustomLink title='Discord' href='https://chat.fedimint.org/' />
<CustomLink title='Github' href='https://github.com/fedimint' />
</Flex>
</Stack>
Expand Down

0 comments on commit 87f8f78

Please sign in to comment.