Skip to content

Commit

Permalink
chore: change text in form
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwisecodes committed Nov 19, 2024
1 parent a4d1a9f commit 9df9061
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/nextjs/src/components/Feedback/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ const FeedBack = ({
{question.question}
</label>
<p className="mt-6 text-center opacity-90">
1=Very difficult, 5=Very easy
{i === 0
? "1=Poor, 5=Excellent"
: "1=Very difficult, 5=Very easy"}
</p>
</span>
<div className="mt-7 flex w-full justify-center gap-5">
Expand Down

0 comments on commit 9df9061

Please sign in to comment.