Skip to content

Commit 6b88b46

Browse files
Apply suggestion from @emilieschario
1 parent 7970b5b commit 6b88b46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/AnimatedLogo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export function AnimatedLogo() {
4747
playsInline
4848
>
4949
{/* 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" />
50+
<Image src="/kilo-v1.svg" alt="Kilo Code Logo" width={48} height={48} className="mr-2" />
5151
</video>
5252
<h1 className="text-3xl leading-[0.8] font-bold tracking-tighter">Kilo</h1>
5353
</Link>

0 commit comments

Comments
 (0)