User routed to different tab for external links

This commit is contained in:
Mohit 2024-07-24 10:41:37 +05:30
parent e18122aec0
commit f9efe66389

View File

@ -44,6 +44,7 @@ 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"
>
<i className="opacity-70 bi bi-github" />
</a>
@ -51,6 +52,7 @@ export default function Navbar() {
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"
>
<i className="opacity-70 bi bi-twitter-x" />
</a>
@ -58,6 +60,7 @@ export default function Navbar() {
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"
>
<i className="opacity-70 bi bi-discord" />
</a>