Skip to content

Commit

Permalink
Merge pull request #535 from tvolk131/fix_discord_link
Browse files Browse the repository at this point in the history
fix: replace broken discord link
  • Loading branch information
dpc authored Sep 23, 2024
2 parents b3d207e + 87f8f78 commit fa95d68
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 fa95d68

Please sign in to comment.