Skip to content

Commit

Permalink
Merge pull request #162 from TheMohit2003/issueExternalLinks
Browse files Browse the repository at this point in the history
User routed to different tab for external links
  • Loading branch information
1ilit authored Jul 24, 2024
2 parents e18122a + 04c38b2 commit 805fc70
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,26 @@ export default function Navbar() {
title="Jump to Github"
className="px-3 py-2 bg-zinc-100 hover:opacity-60 transition-all duration-300 rounded-full text-2xl"
href="https://github.com/drawdb-io/drawdb"
target="_blank"
rel="noreferrer"
>
<i className="opacity-70 bi bi-github" />
</a>
<a
title="Follow us on X"
className="px-3 py-2 bg-zinc-100 hover:opacity-60 transition-all duration-300 rounded-full text-2xl"
href="https://x.com/drawDB_"
target="_blank"
rel="noreferrer"
>
<i className="opacity-70 bi bi-twitter-x" />
</a>
<a
title="Join the community on Discord"
className="px-3 py-2 bg-zinc-100 hover:opacity-60 transition-all duration-300 rounded-full text-2xl"
href="https://discord.gg/BrjZgNrmR6"
target="_blank"
rel="noreferrer"
>
<i className="opacity-70 bi bi-discord" />
</a>
Expand Down

0 comments on commit 805fc70

Please sign in to comment.