diff --git a/FRONTEND/src/components/ui/ProductCard.jsx b/FRONTEND/src/components/ui/ProductCard.jsx
index 3000265..d002f81 100644
--- a/FRONTEND/src/components/ui/ProductCard.jsx
+++ b/FRONTEND/src/components/ui/ProductCard.jsx
@@ -207,53 +207,55 @@ const ProductCard = ({ product }) => {
}}
bg={bg}
>
-
-
-
-
- {isLowStock && (
-
- Low Stock
-
- )}
- {isOutOfStock && (
-
- Out of Stock
-
- )}
-
-
+
+
+
+
+
+ {isLowStock && (
+
+ Low Stock
+
+ )}
+
+ {isOutOfStock && (
+
+ Out of Stock
+
+ )}
+
{/* Product Name with Link */}