Improve the accessiblity of SVR.JS logo in the navigation bar.
This commit is contained in:
parent
7ad120cd8d
commit
35cc40b487
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue