Skip to content

Commit d087356

Browse files
committed
Fix cart display
1 parent b38688b commit d087356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Header/Cart.component.tsx

Lines changed: 1 addition & 1 deletion
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 text-center rounded-full
53+
className={`w-6 h-6 pb-2 -mt-5 !ml-auto text-center rounded-full
5454
${stickyNav ? 'text-black bg-white' : 'text-white bg-black'}`}
5555
>
5656
{productCount}

0 commit comments

Comments
 (0)