Skip to content

Commit 9e55e99

Browse files
committed
Fix cart
1 parent 0ee6160 commit 9e55e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Header/Cart.component.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const Cart = ({ stickyNav }: ICartProps) => {
5050

5151
{productCount && (
5252
<span
53-
className={`w-6 h-6 pb-2 -mt-5 !ml-auto text-center rounded-full
53+
className={`w-6 h-6 pb-2 -mt-5 !-ml-2 text-center rounded-full
5454
${stickyNav ? 'text-black bg-white' : 'text-white bg-black'}`}
5555
>
5656
{productCount}

0 commit comments

Comments
 (0)