From b06ba689114d42d328731866fb536932e7b75a89 Mon Sep 17 00:00:00 2001 From: MRBadri Date: Tue, 30 Sep 2025 12:54:01 -0700 Subject: [PATCH] Update feedback component and react compiler docs --- src/components/Layout/Feedback.tsx | 4 +-- src/content/learn/react-compiler/index.md | 32 +++++++++++------------ 2 files changed, 17 insertions(+), 19 deletions(-) diff --git a/src/components/Layout/Feedback.tsx b/src/components/Layout/Feedback.tsx index b854b7048..fcc90fc91 100644 --- a/src/components/Layout/Feedback.tsx +++ b/src/components/Layout/Feedback.tsx @@ -74,9 +74,7 @@ function SendFeedback({onSubmit}: {onSubmit: () => void}) { {exit: isSubmitted} )}>

- {isSubmitted - ? 'از بازخورد شما سپاسگزاریم!' - : 'آیا این صفحه برایتان مفید بود؟'} + {isSubmitted ? 'از بازخورد شما سپاسگزاریم!' : 'آیا این صفحه مفید بود؟'}

{!isSubmitted && (