Skip to content

Commit 9c7a961

Browse files
committed
fix: adjust aspect ratio and dimensions for alter logo
1 parent e91a76a commit 9c7a961

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/Layout/HomeContent.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -517,10 +517,10 @@ export function HomeContent() {
517517
<Image
518518
alt="logo by @sawaratsuki1004"
519519
title="logo by @sawaratsuki1004"
520-
className="uwu-visible mb-10 lg:mb-8 h-24 lg:h-32"
520+
className="uwu-visible mb-10 lg:mb-8 h-24 lg:h-32 w-auto"
521521
src="/images/uwu.png"
522-
width={100}
523-
height={100}
522+
width={313}
523+
height={160}
524524
/>
525525
</div>
526526
<Logo className="uwu-hidden text-brand dark:text-brand-dark w-24 lg:w-28 mb-10 lg:mb-8 mt-12 h-auto mx-auto self-start" />

0 commit comments

Comments
 (0)