rel attribute added to anchor tags
This commit is contained in:
parent
f9efe66389
commit
04c38b2992
@ -45,6 +45,7 @@ export default function Navbar() {
|
|||||||
className="px-3 py-2 bg-zinc-100 hover:opacity-60 transition-all duration-300 rounded-full text-2xl"
|
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"
|
href="https://github.com/drawdb-io/drawdb"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
rel="noreferrer"
|
||||||
>
|
>
|
||||||
<i className="opacity-70 bi bi-github" />
|
<i className="opacity-70 bi bi-github" />
|
||||||
</a>
|
</a>
|
||||||
@ -53,6 +54,7 @@ export default function Navbar() {
|
|||||||
className="px-3 py-2 bg-zinc-100 hover:opacity-60 transition-all duration-300 rounded-full text-2xl"
|
className="px-3 py-2 bg-zinc-100 hover:opacity-60 transition-all duration-300 rounded-full text-2xl"
|
||||||
href="https://x.com/drawDB_"
|
href="https://x.com/drawDB_"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
rel="noreferrer"
|
||||||
>
|
>
|
||||||
<i className="opacity-70 bi bi-twitter-x" />
|
<i className="opacity-70 bi bi-twitter-x" />
|
||||||
</a>
|
</a>
|
||||||
@ -61,6 +63,7 @@ export default function Navbar() {
|
|||||||
className="px-3 py-2 bg-zinc-100 hover:opacity-60 transition-all duration-300 rounded-full text-2xl"
|
className="px-3 py-2 bg-zinc-100 hover:opacity-60 transition-all duration-300 rounded-full text-2xl"
|
||||||
href="https://discord.gg/BrjZgNrmR6"
|
href="https://discord.gg/BrjZgNrmR6"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
rel="noreferrer"
|
||||||
>
|
>
|
||||||
<i className="opacity-70 bi bi-discord" />
|
<i className="opacity-70 bi bi-discord" />
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user