We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b4342 commit 75b9e19Copy full SHA for 75b9e19
src/components/FeedbackCard.tsx
@@ -69,7 +69,7 @@ const FeedbackCard = ({ prompt, isArticle, ...props }: FeedbackCardProps) => {
69
dir={dir}
70
>
71
<div className="flex flex-col gap-4">
72
- <h4 className="mb-2">{getTitle(feedbackSubmitted)}</h4>
+ <h2 className="mb-2">{getTitle(feedbackSubmitted)}</h2>
73
{feedbackSubmitted && (
74
<p>
75
{t("feedback-widget-thank-you-subtitle")}{" "}
0 commit comments