From 99b6c56632453a75ca3e8b668050639c8838c286 Mon Sep 17 00:00:00 2001 From: s0zzang Date: Tue, 22 Oct 2024 11:22:02 +0900 Subject: [PATCH 1/2] =?UTF-8?q?Style:=20=EC=B2=99=EB=8F=84=20=EB=B2=84?= =?UTF-8?q?=ED=8A=BC=20=EA=B3=A0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/scale/Questions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/scale/Questions.tsx b/src/pages/scale/Questions.tsx index c721596..6b7a212 100644 --- a/src/pages/scale/Questions.tsx +++ b/src/pages/scale/Questions.tsx @@ -174,7 +174,7 @@ const Questions = ({ onSubmit, page }: { onSubmit: SubmitHandler ))} - + +
+

+ {Number(currentStep) - 1} + {currentStep === '1' ? '' : '0'} / 46 +

+
+

숫자가 높을수록 강한 긍정을 의미해요

@@ -86,7 +122,7 @@ const Testing = () => {
- +
@@ -104,7 +140,7 @@ const Testing = () => { - +
); };