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" - > -
-
-
); };