From 10cc3e6f4921c1346b1732da7cb12075f1fd6aa3 Mon Sep 17 00:00:00 2001 From: Josip Igrec Date: Mon, 14 Aug 2023 02:54:03 +0200 Subject: [PATCH] Fix variant images being very duplicated --- src/components/base/aspect-ratio.tsx | 2 +- src/components/base/image/variant-image/index.tsx | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/components/base/aspect-ratio.tsx b/src/components/base/aspect-ratio.tsx index 9bbab5b..ea59d78 100644 --- a/src/components/base/aspect-ratio.tsx +++ b/src/components/base/aspect-ratio.tsx @@ -17,8 +17,8 @@ const AspectRatio: FC = (props) => {