Skip to content

Commit

Permalink
feat: add links to discord and invite
Browse files Browse the repository at this point in the history
  • Loading branch information
DownDev authored Nov 13, 2023
1 parent 11eca97 commit eadff02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ export default function Navbar() {
<Logo />
<IconButton
text="Discord"
href="/"
href="https://discord.gg/hYwSBu7jnN"
icon={<BsDiscord />}
variant="secondary"
/>
<IconButton
text="Invite"
href="/"
href="https://discord.com/api/oauth2/authorize?client_id=1056742271913041972&permissions=4398046510967&scope=applications.commands%20bot"
icon={<FaUserPlus />}
variant="secondary"
/>
Expand Down

0 comments on commit eadff02

Please sign in to comment.