Skip to content

Commit

Permalink
fix(social): discord link
Browse files Browse the repository at this point in the history
  • Loading branch information
DaStormer committed Jul 28, 2024
1 parent dff5fda commit 834b392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SocialStack/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const SocialStack = () => {
Instagram
</Button>
</Link>
<Link isExternal href="https://discord.com/user/373893905243963394">
<Link isExternal href="https://discord.com/users/373893905243963394">
<Button colorScheme="purple" variant="outline" leftIcon={<FaDiscord />}>
Discord
</Button>
Expand Down

0 comments on commit 834b392

Please sign in to comment.