Skip to content

Commit 79c4772

Browse files
committed
Update CartContents.component.tsx
1 parent e94d8a8 commit 79c4772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Cart/CartContents.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ const CartContents = () => {
150150
</div>
151151
<div className="bg-white rounded-lg shadow-md p-6">
152152
<div className="flex justify-end mb-4">
153-
<span className="font-semibold">Subtotal:</span>
153+
<span className="font-semibold pr-6">Subtotal:</span>
154154
<span>{cartTotal}</span>
155155
</div>
156156
{!isCheckoutPage && (

0 commit comments

Comments
 (0)