diff --git a/src/components/ChapterFeedback.tsx b/src/components/ChapterFeedback.tsx index 41092cc..3480a59 100644 --- a/src/components/ChapterFeedback.tsx +++ b/src/components/ChapterFeedback.tsx @@ -67,7 +67,7 @@ function ChapterFeedback({ chapter }: { chapter: string }) { if (feedbackStatus === "sent") { return

-
+
Thanks for your feedback!

@@ -75,7 +75,7 @@ function ChapterFeedback({ chapter }: { chapter: string }) { } return

-
+
Was this chapter helpful?
{ratings.map(({ value, emoji }) => (