Skip to content

Commit

Permalink
fix: add discord link
Browse files Browse the repository at this point in the history
  • Loading branch information
fricoben committed Oct 2, 2023
1 parent 4d8b4fb commit 35ff7d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion components/UI/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ const Footer: FunctionComponent = () => {
</span>
Twitter
</div>
<div className={styles.social}>
<div
className={styles.social}
onClick={() => window.open("https://discord.gg/byEGk6w6T6")}
>
<span>
<DiscordIcon width="17" color="#101012" />
</span>
Expand Down
2 changes: 1 addition & 1 deletion components/UI/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ const Navbar: FunctionComponent = () => {
</div>
<div className="rounded-full shadow-gray-400 p-3 cursor-pointer hover:scale-105 ease-in duration-300 mt-2">
<a
href="https://discord.com/invite/8uS2Mgcsza"
href="https://discord.gg/byEGk6w6T6"
target="_blank"
rel="noreferrer"
>
Expand Down

1 comment on commit 35ff7d6

@vercel
Copy link

@vercel vercel bot commented on 35ff7d6 Oct 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.