Spaces:
Running
Running
Update src/App.tsx
Browse files- src/App.tsx +3 -3
src/App.tsx
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
// src/App.tsx (نسخه نهایی با آیکون جدید)
|
2 |
import React, { useEffect, useRef, useState, FC } from "react";
|
3 |
import './App.scss';
|
4 |
import { AppProvider, useAppContext, PersonalityType, PersonalityInstructions } from "./contexts/AppContext";
|
@@ -99,8 +99,8 @@ const AppInternal: React.FC = () => {
|
|
99 |
<div className="main-wrapper">
|
100 |
<div className="header-controls">
|
101 |
<button aria-label="انتخاب شخصیت" className="header-icon-button" onClick={() => setIsPersonalityMenuOpen(v => !v)}>
|
102 |
-
{/* ✅ تغییر
|
103 |
-
<span className="material-symbols-outlined">
|
104 |
</button>
|
105 |
<button ref={notificationButtonRef} aria-label="اطلاعات" className="header-icon-button" onClick={() => setIsNotificationOpen(v => !v)}>
|
106 |
<span className="material-symbols-outlined">info</span>
|
|
|
1 |
+
// src/App.tsx (نسخه نهایی با آیکون جدید شخصیت)
|
2 |
import React, { useEffect, useRef, useState, FC } from "react";
|
3 |
import './App.scss';
|
4 |
import { AppProvider, useAppContext, PersonalityType, PersonalityInstructions } from "./contexts/AppContext";
|
|
|
99 |
<div className="main-wrapper">
|
100 |
<div className="header-controls">
|
101 |
<button aria-label="انتخاب شخصیت" className="header-icon-button" onClick={() => setIsPersonalityMenuOpen(v => !v)}>
|
102 |
+
{/* ✅ تغییر اصلی: آیکون انتخاب شخصیت به theater_comedy تغییر کرد */}
|
103 |
+
<span className="material-symbols-outlined">theater_comedy</span>
|
104 |
</button>
|
105 |
<button ref={notificationButtonRef} aria-label="اطلاعات" className="header-icon-button" onClick={() => setIsNotificationOpen(v => !v)}>
|
106 |
<span className="material-symbols-outlined">info</span>
|