mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-12 19:55:19 +02:00
Change test to chat in the toggle
This commit is contained in:
parent
00e72daefc
commit
67554775d7
2 changed files with 2 additions and 2 deletions
|
|
@ -392,7 +392,7 @@ export const Copilot = forwardRef<{ handleUserMessage: (message: string) => void
|
|||
}`}
|
||||
>
|
||||
<span className="text-base">💬</span>
|
||||
Test
|
||||
Chat
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ export function App({
|
|||
}`}
|
||||
>
|
||||
<span className="text-base">💬</span>
|
||||
Test
|
||||
Chat
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue