Spaces:
Running
Running
Update src/App.tsx
Browse files- 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">مدلهای هوش مصنوعی میتوانند اشتباه کنند، صحت اطلاعات مهم را بررسی
|
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} />
|