From aea88dc40905bb46ec8684d67f0fa26afaf503b6 Mon Sep 17 00:00:00 2001 From: mun-kyeong <96461334+mun-kyeong@users.noreply.github.com> Date: Thu, 4 Apr 2024 00:16:49 +0900 Subject: [PATCH] =?UTF-8?q?feat=20:=20=EA=B8=80=EC=94=A8=20=ED=81=AC?= =?UTF-8?q?=EA=B8=B0=20=EC=A1=B0=EC=A0=95=20(#182)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/StudyCard/index.tsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/components/StudyCard/index.tsx b/src/components/StudyCard/index.tsx index a01e33f1..b27f919f 100644 --- a/src/components/StudyCard/index.tsx +++ b/src/components/StudyCard/index.tsx @@ -16,23 +16,21 @@ const StudyCard = ({ name, description, startDate, endDate, cropId, percent, ran rounded="2xl" > - - {name} - + {name} crops - {description} - + {description} + {startDate} ~ {endDate} - + {rank} - {percent}% + {percent}% );