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 @@ -45,6 +45,7 @@ export default function Navbar() {
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
47
target = "_blank"
48
+ rel = "noreferrer"
48
49
>
49
50
< i className = "opacity-70 bi bi-github" />
50
51
</ a >
@@ -53,6 +54,7 @@ export default function Navbar() {
53
54
className = "px-3 py-2 bg-zinc-100 hover:opacity-60 transition-all duration-300 rounded-full text-2xl"
54
55
href = "https://x.com/drawDB_"
55
56
target = "_blank"
57
+ rel = "noreferrer"
56
58
>
57
59
< i className = "opacity-70 bi bi-twitter-x" />
58
60
</ a >
@@ -61,6 +63,7 @@ export default function Navbar() {
61
63
className = "px-3 py-2 bg-zinc-100 hover:opacity-60 transition-all duration-300 rounded-full text-2xl"
62
64
href = "https://discord.gg/BrjZgNrmR6"
63
65
target = "_blank"
66
+ rel = "noreferrer"
64
67
>
65
68
< i className = "opacity-70 bi bi-discord" />
66
69
</ a >
You can’t perform that action at this time.
0 commit comments