File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -44,20 +44,23 @@ export default function Navbar() {
44
44
title = "Jump to Github"
45
45
className = "px-3 py-2 bg-zinc-100 hover:opacity-60 transition-all duration-300 rounded-full text-2xl"
46
46
href = "https://github.com/drawdb-io/drawdb"
47
+ target = "_blank"
47
48
>
48
49
< i className = "opacity-70 bi bi-github" />
49
50
</ a >
50
51
< a
51
52
title = "Follow us on X"
52
53
className = "px-3 py-2 bg-zinc-100 hover:opacity-60 transition-all duration-300 rounded-full text-2xl"
53
54
href = "https://x.com/drawDB_"
55
+ target = "_blank"
54
56
>
55
57
< i className = "opacity-70 bi bi-twitter-x" />
56
58
</ a >
57
59
< a
58
60
title = "Join the community on Discord"
59
61
className = "px-3 py-2 bg-zinc-100 hover:opacity-60 transition-all duration-300 rounded-full text-2xl"
60
62
href = "https://discord.gg/BrjZgNrmR6"
63
+ target = "_blank"
61
64
>
62
65
< i className = "opacity-70 bi bi-discord" />
63
66
</ a >
You can’t perform that action at this time.
0 commit comments