From ca3ae0db6e8e3f2cf99423797c60f5c2cc66a780 Mon Sep 17 00:00:00 2001 From: Biswa Kalyan Bhuyan Date: Thu, 29 May 2025 20:57:31 +0530 Subject: feat: added the product page and enhanced the UI - added the product page where the product details is shown - enhanced the nav bar to handle the rendering - added the loading screen to the page - fixed the rendering method to the navigation-menu --- frontend/src/components/product-card.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/src/components/product-card.tsx') diff --git a/frontend/src/components/product-card.tsx b/frontend/src/components/product-card.tsx index 25717f4..e953e83 100644 --- a/frontend/src/components/product-card.tsx +++ b/frontend/src/components/product-card.tsx @@ -75,7 +75,7 @@ export function ProductCard({ onMouseEnter={() => setIsHovered(true)} onMouseLeave={() => setIsHovered(false)} > - +
{/* Product Image */}
-- cgit v1.2.3-59-g8ed1b