From fe86932e67492ac06338c947328ca694686b12a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=B5=E1=84=8C=E1=85=A2=E1=84=92=E1=85=A1?= Date: Fri, 22 Mar 2024 19:40:09 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20alt=EA=B0=92=EC=9D=84=20=ED=95=84?= =?UTF-8?q?=EC=88=98=EB=A1=9C=20=EB=B0=9B=EB=8F=84=EB=A1=9D=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/jurumarble/src/app/main/components/Carousel.tsx | 1 + .../src/app/main/components/HotDrinkVoteContainer.tsx | 2 ++ apps/jurumarble/src/components/DrinkImageWrapper.tsx | 6 ++---- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/apps/jurumarble/src/app/main/components/Carousel.tsx b/apps/jurumarble/src/app/main/components/Carousel.tsx index e3330c44..535cb0e8 100644 --- a/apps/jurumarble/src/app/main/components/Carousel.tsx +++ b/apps/jurumarble/src/app/main/components/Carousel.tsx @@ -56,6 +56,7 @@ function Carousel({ hotDrinkList }: Props) { {index + 1} {} - -function DrinkImageWrapper({ ...rest }: Props) { - return ; +function DrinkImageWrapper({ ...rest }: ImageProps) { + return ; } export default DrinkImageWrapper;