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 dce9496 commit b43503dCopy full SHA for b43503d
src/components/docFeedback/index.tsx
@@ -89,11 +89,10 @@ export function DocFeedback({pathname}: Props) {
89
setShowFeedbackModal(false);
90
setFeedbackSubmitted(false);
91
}}
92
- title="Help us improve"
+ title={feedbackSubmitted ? 'Thanks for your feedback!' : 'Help us improve'}
93
>
94
{feedbackSubmitted ? (
95
<div className="text-center">
96
- <h3 className="text-lg font-medium mb-2">Thank you for your feedback!</h3>
97
<p className="text-[var(--gray-11)] p-0 m-0">
98
We appreciate your help in making our documentation better.
99
</p>
0 commit comments