From d027fe67a7c7f3edac307bdca10e20929e0f02e9 Mon Sep 17 00:00:00 2001 From: Telkens Date: Wed, 20 Mar 2024 14:17:00 -0500 Subject: [PATCH] Fix console error about aspect ratio image --- src/components/Categories/CategoryCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Categories/CategoryCard.tsx b/src/components/Categories/CategoryCard.tsx index c8bfed0..f8539a6 100644 --- a/src/components/Categories/CategoryCard.tsx +++ b/src/components/Categories/CategoryCard.tsx @@ -11,7 +11,7 @@ const CategoryCard: FC = ({ image, name }) => { return (
- {name} + {name} {name}