We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7970b5b commit 6b88b46Copy full SHA for 6b88b46
1 file changed
src/components/AnimatedLogo.tsx
@@ -47,7 +47,7 @@ export function AnimatedLogo() {
47
playsInline
48
>
49
{/* Fallback image for browsers that don't support video */}
50
- <Image src="/kilo-v1.svg" alt="Kilo Logo" width={48} height={48} className="mr-2" />
+ <Image src="/kilo-v1.svg" alt="Kilo Code Logo" width={48} height={48} className="mr-2" />
51
</video>
52
<h1 className="text-3xl leading-[0.8] font-bold tracking-tighter">Kilo</h1>
53
</Link>
0 commit comments