mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-28 09:56:23 +02:00
Rename and copilot and add mascot
This commit is contained in:
parent
3c2bde91b0
commit
9e44dcb939
5 changed files with 22 additions and 5 deletions
|
|
@ -72,7 +72,8 @@ export function Panel({
|
|||
>
|
||||
{variant === 'copilot' && showWelcome && (
|
||||
<div className="absolute inset-0 flex flex-col items-center justify-center pointer-events-none -mt-16">
|
||||
<Sparkles className="w-32 h-32 text-blue-400/40 dark:text-blue-500/25 animate-sparkle" />
|
||||
{/* Replace Sparkles icon with mascot image */}
|
||||
<img src="/mascot.png" alt="Rowboat Mascot" className="w-48 h-48 object-contain mb-2 animate-float" />
|
||||
{SHOW_COPILOT_MARQUEE && (
|
||||
<div className="relative mt-8 max-w-full px-8">
|
||||
<div className="font-mono text-sm whitespace-nowrap text-blue-400/60 dark:text-blue-500/40 font-small inline-flex">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue