Improve the accessiblity of SVR.JS logo in the navigation bar.

This commit is contained in:
Dorian Niemiec 2024-07-29 21:11:00 +02:00
parent 7ad120cd8d
commit 35cc40b487

View file

@ -23,6 +23,7 @@ const Navbar = () => {
<NavigationMenuList className="container h-16 px-4 w-full flex justify-between items-center">
<NavigationMenuItem className="font-bold flex items-center">
<Link href="/#" className="inline-flex items-center gap-2">
<span className="sr-only">SVR.JS</span>
<Logo width={120} height={40} />
</Link>
</NavigationMenuItem>