mirror of
https://github.com/vercel/commerce.git
synced 2025-06-20 06:01:21 +00:00
Remove extra space
This commit is contained in:
parent
732a590cf4
commit
99fc7bb323
@ -28,7 +28,7 @@ const UserNav: FC<Props> = ({ className }) => {
|
|||||||
<ul className={s.list}>
|
<ul className={s.list}>
|
||||||
{process.env.COMMERCE_CART_ENABLED && (
|
{process.env.COMMERCE_CART_ENABLED && (
|
||||||
<li className={s.item}>
|
<li className={s.item}>
|
||||||
<Button className={s.item} variant="naked" onClick={toggleSidebar} aria-label="Cart">
|
<Button className={s.item} variant="naked" onClick={toggleSidebar} aria-label="Cart">
|
||||||
<Bag />
|
<Bag />
|
||||||
</Button>
|
</Button>
|
||||||
{itemsCount > 0 && <span className={s.bagCount}>{itemsCount}</span>}
|
{itemsCount > 0 && <span className={s.bagCount}>{itemsCount}</span>}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user