mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-30 10:56:29 +02:00
update placeholder text for copilot
This commit is contained in:
parent
86a33994b9
commit
4193ed57f0
2 changed files with 2 additions and 3 deletions
|
|
@ -219,7 +219,7 @@ const App = forwardRef<{ handleCopyChat: () => void; handleUserMessage: (message
|
|||
👋 Hi there!
|
||||
</h3>
|
||||
<p className="text-base text-zinc-600 dark:text-zinc-400 mb-4 text-center">
|
||||
I'm your copilot for building agents and adding tools to them.
|
||||
I’m Skipper, your copilot for building agents and adding tools to them.
|
||||
</p>
|
||||
<p className="text-base text-zinc-600 dark:text-zinc-400 mb-3 text-center">
|
||||
Here's what you can do in Rowboat:
|
||||
|
|
@ -446,4 +446,3 @@ export const Copilot = forwardRef<{ handleUserMessage: (message: string) => void
|
|||
});
|
||||
|
||||
Copilot.displayName = 'Copilot';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue