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.
2 parents c3ef6c7 + 152097d commit 60a37c3Copy full SHA for 60a37c3
src/components/Layout/Feedback.tsx
@@ -67,7 +67,9 @@ function SendFeedback({onSubmit}: {onSubmit: () => void}) {
67
{exit: isSubmitted}
68
)}>
69
<p className="w-full text-lg font-bold text-primary dark:text-primary-dark me-4">
70
- {isSubmitted ? 'Thank you for your feedback!' : 'Is this page useful?'}
+ {isSubmitted
71
+ ? 'Geri bildiriminiz için teşekkür ederiz!'
72
+ : 'Bu sayfa yararlı mı?'}
73
</p>
74
{!isSubmitted && (
75
<button
0 commit comments