From 8077122042571b76d60bd7fb26f8883304bc3c79 Mon Sep 17 00:00:00 2001
From: nemanja85
Date: Sat, 25 Nov 2023 22:25:09 +0100
Subject: [PATCH] fix: Fixed Cart layout on desktop and mobile version
---
src/components/CartItem.tsx | 6 +++---
src/pages/Cart.tsx | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/components/CartItem.tsx b/src/components/CartItem.tsx
index aaee96f..bec6049 100644
--- a/src/components/CartItem.tsx
+++ b/src/components/CartItem.tsx
@@ -66,9 +66,9 @@ const CartItem = ({ item }: Props) => {
{item.currentPrice}
RSD
-
- {item.oldPrice}
- RSD
+
+ {item.oldPrice}
+ RSD
diff --git a/src/pages/Cart.tsx b/src/pages/Cart.tsx
index a7f92c4..a660c1a 100644
--- a/src/pages/Cart.tsx
+++ b/src/pages/Cart.tsx
@@ -16,7 +16,7 @@ export default function Cart() {
))}
-