From 81393f8dfbabbba4705093ad79a034aba576a75f Mon Sep 17 00:00:00 2001 From: MEGUMMY1 Date: Tue, 3 Dec 2024 18:00:55 +0900 Subject: [PATCH] =?UTF-8?q?Design:=20=EC=8A=A4=ED=83=80=EC=9D=BC=EB=A7=81?= =?UTF-8?q?=20=ED=94=BC=EB=93=9C=EB=B0=B1=20=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Button/Chips/index.tsx | 2 +- src/components/Lesson/Popular/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Button/Chips/index.tsx b/src/components/Button/Chips/index.tsx index 6b86384..92cdd23 100644 --- a/src/components/Button/Chips/index.tsx +++ b/src/components/Button/Chips/index.tsx @@ -37,7 +37,7 @@ export default function Chips({ chipState, text, serialNumber }: ChipsProps) { )} {chipState === 'count' || chipState === 'countHigh' - ? `누적 수강생 ${formatCurrency(text)}` + ? `누적 수강생 ${formatCurrency(text)}명` : text} ); diff --git a/src/components/Lesson/Popular/index.tsx b/src/components/Lesson/Popular/index.tsx index 94164a0..58c3ed9 100644 --- a/src/components/Lesson/Popular/index.tsx +++ b/src/components/Lesson/Popular/index.tsx @@ -280,7 +280,7 @@ export default function Popular() {