mirror of
https://github.com/vercel/commerce.git
synced 2025-03-14 14:42:31 +00:00
Add missing anchor
This commit is contained in:
parent
588628fca1
commit
2b47e4a79d
@ -34,11 +34,13 @@ const UserNav: FC<Props> = ({ className, children, ...props }) => {
|
||||
<Bag />
|
||||
{itemsCount > 0 && <span className={s.bagCount}>{itemsCount}</span>}
|
||||
</li>
|
||||
<Link href="/wishlist">
|
||||
<li className={s.item}>
|
||||
<Heart />
|
||||
</li>
|
||||
</Link>
|
||||
<li className={s.item}>
|
||||
<Link href="/wishlist">
|
||||
<a>
|
||||
<Heart />
|
||||
</a>
|
||||
</Link>
|
||||
</li>
|
||||
<li className={s.item}>
|
||||
{customer ? (
|
||||
<Menu>
|
||||
|
Loading…
x
Reference in New Issue
Block a user