Skip to content

Commit 805fc70

Browse files
authored
Merge pull request #162 from TheMohit2003/issueExternalLinks
User routed to different tab for external links
2 parents e18122a + 04c38b2 commit 805fc70

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/Navbar.jsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,26 @@ export default function Navbar() {
4444
title="Jump to Github"
4545
className="px-3 py-2 bg-zinc-100 hover:opacity-60 transition-all duration-300 rounded-full text-2xl"
4646
href="https://github.com/drawdb-io/drawdb"
47+
target="_blank"
48+
rel="noreferrer"
4749
>
4850
<i className="opacity-70 bi bi-github" />
4951
</a>
5052
<a
5153
title="Follow us on X"
5254
className="px-3 py-2 bg-zinc-100 hover:opacity-60 transition-all duration-300 rounded-full text-2xl"
5355
href="https://x.com/drawDB_"
56+
target="_blank"
57+
rel="noreferrer"
5458
>
5559
<i className="opacity-70 bi bi-twitter-x" />
5660
</a>
5761
<a
5862
title="Join the community on Discord"
5963
className="px-3 py-2 bg-zinc-100 hover:opacity-60 transition-all duration-300 rounded-full text-2xl"
6064
href="https://discord.gg/BrjZgNrmR6"
65+
target="_blank"
66+
rel="noreferrer"
6167
>
6268
<i className="opacity-70 bi bi-discord" />
6369
</a>

0 commit comments

Comments
 (0)