Ezmary commited on
Commit
ce1098c
·
verified ·
1 Parent(s): 2c8fed4

Update src/App.tsx

Browse files
Files changed (1) hide show
  1. src/App.tsx +1 -1
src/App.tsx CHANGED
@@ -114,7 +114,7 @@ const AppInternal: React.FC = () => {
114
  </div>
115
  <div ref={notificationPopoverRef} id="notification-popover-wrapper" className="notification-popover-wrapper">
116
  <div id="notification-popover" className={cn("popover-content", { "open animate-popover-open-top-center": isNotificationOpen, "animate-popover-close-top-center": !isNotificationOpen && document.getElementById('notification-popover')?.classList.contains('open'), })}>
117
- <div className="notification-popover-text-content">مدل‌های هوش مصنوعی می‌توانند اشتباه کنند، صحت اطلاعات مهم را بررسی کنید و از بیان اطلاعات حساس بپرهیزید.</div>
118
  </div>
119
  </div>
120
  <PersonalityMenu isOpen={isPersonalityMenuOpen} onClose={() => setIsPersonalityMenuOpen(false)} onSelectPersonality={handleSelectPersonality} volume={volume} />
 
114
  </div>
115
  <div ref={notificationPopoverRef} id="notification-popover-wrapper" className="notification-popover-wrapper">
116
  <div id="notification-popover" className={cn("popover-content", { "open animate-popover-open-top-center": isNotificationOpen, "animate-popover-close-top-center": !isNotificationOpen && document.getElementById('notification-popover')?.classList.contains('open'), })}>
117
+ <div className="notification-popover-text-content">مدل‌های هوش مصنوعی می‌توانند اشتباه کنند، صحت اطلاعات مهم را بررسی کنید. بهتر است برای اینکه صحبت شفاف و بدون لگ باشه فیلتر شکن تونو خاموش کنید تا کیفیت اینترنت ثابت بمونه..</div>
118
  </div>
119
  </div>
120
  <PersonalityMenu isOpen={isPersonalityMenuOpen} onClose={() => setIsPersonalityMenuOpen(false)} onSelectPersonality={handleSelectPersonality} volume={volume} />