From 197c0ea7e840ac3ff8b5b69422f6d070bdb8f2b9 Mon Sep 17 00:00:00 2001 From: yeonddori Date: Sun, 17 Nov 2024 22:33:45 +0900 Subject: [PATCH] =?UTF-8?q?design:=20=EC=9C=84=EC=B9=98=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD=20=EB=B0=8F=20rounded=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #341 --- src/components/StudyCard/index.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/StudyCard/index.tsx b/src/components/StudyCard/index.tsx index 899a4ca..a5f9594 100644 --- a/src/components/StudyCard/index.tsx +++ b/src/components/StudyCard/index.tsx @@ -1,4 +1,4 @@ -import { Card, CardHeader, CardBody, CardFooter, Text, Image, Progress, Link, Flex } from '@chakra-ui/react'; +import { Card, CardHeader, CardBody, CardFooter, Text, Image, Progress, Link, Flex, Badge } from '@chakra-ui/react'; import CROP from '@/constants/crop'; @@ -30,6 +30,9 @@ const StudyCard = ({ boxSizing="border-box" rounded="2xl" > + + {isOngoing ? '진행 중' : '종료'} +