From ab151ead5834f5b37dcc644b4c14af59213c5afc Mon Sep 17 00:00:00 2001 From: wooBottle Date: Sat, 10 Feb 2024 16:59:58 +0900 Subject: [PATCH] =?UTF-8?q?:art:=20=EB=A0=88=EB=B2=A8=EA=B4=80=EB=A0=A8=20?= =?UTF-8?q?=EB=AC=B8=EA=B5=AC=20=EB=B9=84=EB=AC=B8=EC=9D=B4=EC=8A=88?= =?UTF-8?q?=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Graph/LastLevelGraph.tsx | 2 +- src/components/Graph/PastLevelGraph.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Graph/LastLevelGraph.tsx b/src/components/Graph/LastLevelGraph.tsx index f1e175ba..4005271d 100644 --- a/src/components/Graph/LastLevelGraph.tsx +++ b/src/components/Graph/LastLevelGraph.tsx @@ -10,7 +10,7 @@ function LastLevelGraph(props: LastLevelGraphType) { {/* TODO : progress bar label이 필요한지 확인 필요 to 디자이너 */} - 성공적으로 레벨을 완수했어요! + 레벨업에 성공했어요!! ); } diff --git a/src/components/Graph/PastLevelGraph.tsx b/src/components/Graph/PastLevelGraph.tsx index ac15978a..b1410167 100644 --- a/src/components/Graph/PastLevelGraph.tsx +++ b/src/components/Graph/PastLevelGraph.tsx @@ -7,7 +7,7 @@ function PastLevelGraph(props: PastLabelGraphType) { {/* TODO : progress bar label이 필요한지 확인 필요 to 디자이너 */} - 성공적으로 레벨을 완수했어요! + 레벨업에 성공했어요!! ); }