update placeholder text for copilot

This commit is contained in:
arkml 2025-09-08 22:49:59 +05:30
parent 86a33994b9
commit 4193ed57f0
2 changed files with 2 additions and 3 deletions

View file

@ -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&apos;m your copilot for building agents and adding tools to them.
Im 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&apos;s what you can do in Rowboat:
@ -446,4 +446,3 @@ export const Copilot = forwardRef<{ handleUserMessage: (message: string) => void
});
Copilot.displayName = 'Copilot';