More A11y work

This commit is contained in:
Belen Curcio
2020-11-05 18:23:24 -03:00
parent 1beafd33f1
commit dbc0091732
3 changed files with 7 additions and 4 deletions

View File

@@ -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>