Change test to chat in the toggle

This commit is contained in:
akhisud3195 2025-09-03 20:57:59 +04:00
parent 00e72daefc
commit 67554775d7
2 changed files with 2 additions and 2 deletions

View file

@ -392,7 +392,7 @@ export const Copilot = forwardRef<{ handleUserMessage: (message: string) => void
}`}
>
<span className="text-base">💬</span>
Test
Chat
</button>
</div>
</div>

View file

@ -83,7 +83,7 @@ export function App({
}`}
>
<span className="text-base">💬</span>
Test
Chat
</button>
</div>
</div>