mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
More A11y work
This commit is contained in:
@@ -34,7 +34,7 @@ const UserNav: FC<Props> = ({ className, children, ...props }) => {
|
||||
</li>
|
||||
<li className={s.item}>
|
||||
<Link href="/wishlist">
|
||||
<a onClick={closeSidebarIfPresent}>
|
||||
<a onClick={closeSidebarIfPresent} aria-label="Wishlist">
|
||||
<Heart />
|
||||
</a>
|
||||
</Link>
|
||||
|
Reference in New Issue
Block a user