mirror of
https://github.com/vercel/commerce.git
synced 2025-04-29 14:27:50 +00:00
a11y pass
This commit is contained in:
parent
c9e3795712
commit
3cdd921a10
@ -15,7 +15,7 @@ const Navbar: FC<Props> = ({ className }) => {
|
|||||||
<div className="flex justify-between align-center flex-row py-4 md:py-6 relative">
|
<div className="flex justify-between align-center flex-row py-4 md:py-6 relative">
|
||||||
<div className="flex flex-1 items-center">
|
<div className="flex flex-1 items-center">
|
||||||
<Link href="/">
|
<Link href="/">
|
||||||
<a className="cursor-pointer">
|
<a className="cursor-pointer" aria-label="Logo">
|
||||||
<Logo />
|
<Logo />
|
||||||
</a>
|
</a>
|
||||||
</Link>
|
</Link>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user