Skip to content

Commit f9efe66

Browse files
committed
User routed to different tab for external links
1 parent e18122a commit f9efe66

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/Navbar.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,23 @@ 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"
4748
>
4849
<i className="opacity-70 bi bi-github" />
4950
</a>
5051
<a
5152
title="Follow us on X"
5253
className="px-3 py-2 bg-zinc-100 hover:opacity-60 transition-all duration-300 rounded-full text-2xl"
5354
href="https://x.com/drawDB_"
55+
target="_blank"
5456
>
5557
<i className="opacity-70 bi bi-twitter-x" />
5658
</a>
5759
<a
5860
title="Join the community on Discord"
5961
className="px-3 py-2 bg-zinc-100 hover:opacity-60 transition-all duration-300 rounded-full text-2xl"
6062
href="https://discord.gg/BrjZgNrmR6"
63+
target="_blank"
6164
>
6265
<i className="opacity-70 bi bi-discord" />
6366
</a>

0 commit comments

Comments
 (0)