Skip to content

Commit 5869a67

Browse files
committed
Update CartContents.component.tsx
1 parent 8f5f2a9 commit 5869a67

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
@@ -149,7 +149,7 @@ const CartContents = () => {
149149
))}
150150
</div>
151151
<div className="bg-white rounded-lg shadow-md p-6">
152-
<div className="flex justify-between mb-4">
152+
<div className="flex justify-end mb-4">
153153
<span className="font-semibold">Subtotal:</span>
154154
<span>{cartTotal}</span>
155155
</div>

0 commit comments

Comments
 (0)