From b0882db18f9f16e40a2b31f7f0950200a8362aaf Mon Sep 17 00:00:00 2001 From: Thith-thith Date: Thu, 24 Aug 2023 23:05:18 -0400 Subject: [PATCH] Changes to be committed: modified: client/src/components/cards/Cards.tsx --- client/src/components/cards/Cards.tsx | 246 +++++++++++++------------- 1 file changed, 122 insertions(+), 124 deletions(-) diff --git a/client/src/components/cards/Cards.tsx b/client/src/components/cards/Cards.tsx index a198ba0..3eb7736 100644 --- a/client/src/components/cards/Cards.tsx +++ b/client/src/components/cards/Cards.tsx @@ -28,138 +28,136 @@ const Cards: Component<{ product: Product }> = (props) => { return (
- Loading...

}> -
{ - navigate(`/products/${props?.product?.id}`); - }} - data-aos="zoom-out-down" - > -
-
-
); };