From 9df9061d2db8284342b6acd3e9f6390e200f3500 Mon Sep 17 00:00:00 2001 From: Tom Wise <79859203+tomwisecodes@users.noreply.github.com> Date: Tue, 19 Nov 2024 09:19:57 +0000 Subject: [PATCH] chore: change text in form --- apps/nextjs/src/components/Feedback/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/nextjs/src/components/Feedback/index.tsx b/apps/nextjs/src/components/Feedback/index.tsx index a01465b75..88239a8cc 100644 --- a/apps/nextjs/src/components/Feedback/index.tsx +++ b/apps/nextjs/src/components/Feedback/index.tsx @@ -64,7 +64,9 @@ const FeedBack = ({ {question.question}

- 1=Very difficult, 5=Very easy + {i === 0 + ? "1=Poor, 5=Excellent" + : "1=Very difficult, 5=Very easy"}