File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -44,20 +44,26 @@ 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"
48
+ rel = "noreferrer"
47
49
>
48
50
< i className = "opacity-70 bi bi-github" />
49
51
</ a >
50
52
< a
51
53
title = "Follow us on X"
52
54
className = "px-3 py-2 bg-zinc-100 hover:opacity-60 transition-all duration-300 rounded-full text-2xl"
53
55
href = "https://x.com/drawDB_"
56
+ target = "_blank"
57
+ rel = "noreferrer"
54
58
>
55
59
< i className = "opacity-70 bi bi-twitter-x" />
56
60
</ a >
57
61
< a
58
62
title = "Join the community on Discord"
59
63
className = "px-3 py-2 bg-zinc-100 hover:opacity-60 transition-all duration-300 rounded-full text-2xl"
60
64
href = "https://discord.gg/BrjZgNrmR6"
65
+ target = "_blank"
66
+ rel = "noreferrer"
61
67
>
62
68
< i className = "opacity-70 bi bi-discord" />
63
69
</ a >
You can’t perform that action at this time.
0 commit comments