From 845bea6bcb152115935fd7f286a0ad66397791e6 Mon Sep 17 00:00:00 2001 From: Jungjjeong Date: Thu, 8 Feb 2024 23:56:47 +0900 Subject: [PATCH] =?UTF-8?q?jungjjeong=20|=20refactor:=20=EC=82=AD=EC=A0=9C?= =?UTF-8?q?=ED=95=98=EA=B8=B0=20=EB=B2=84=ED=8A=BC=20=EA=B5=AC=EC=A1=B0=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/archive/marble-detail-card.tsx | 32 ++++++++++--------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/src/components/app/archive/marble-detail-card.tsx b/src/components/app/archive/marble-detail-card.tsx index 3cd6a60..0d6a30e 100644 --- a/src/components/app/archive/marble-detail-card.tsx +++ b/src/components/app/archive/marble-detail-card.tsx @@ -80,12 +80,23 @@ export const MarbleDetailCard = forwardRef( // TODO: Add image save button return (
- +
+ + + {isShowDeleteBtn && ( + + )} +
( alt="marble thumbnail" className="box-border w-full rounded-xl after:block after:pb-[calc(100%)]" /> - - {isShowDeleteBtn && ( - - )}