Skip to content

Commit 04c38b2

Browse files
committed
rel attribute added to anchor tags
1 parent f9efe66 commit 04c38b2

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
@@ -45,6 +45,7 @@ export default function Navbar() {
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"
4747
target="_blank"
48+
rel="noreferrer"
4849
>
4950
<i className="opacity-70 bi bi-github" />
5051
</a>
@@ -53,6 +54,7 @@ export default function Navbar() {
5354
className="px-3 py-2 bg-zinc-100 hover:opacity-60 transition-all duration-300 rounded-full text-2xl"
5455
href="https://x.com/drawDB_"
5556
target="_blank"
57+
rel="noreferrer"
5658
>
5759
<i className="opacity-70 bi bi-twitter-x" />
5860
</a>
@@ -61,6 +63,7 @@ export default function Navbar() {
6163
className="px-3 py-2 bg-zinc-100 hover:opacity-60 transition-all duration-300 rounded-full text-2xl"
6264
href="https://discord.gg/BrjZgNrmR6"
6365
target="_blank"
66+
rel="noreferrer"
6467
>
6568
<i className="opacity-70 bi bi-discord" />
6669
</a>

0 commit comments

Comments
 (0)