Skip to content

Commit 1c259f8

Browse files
committed
added sizes props to the logo image in header
1 parent 5e762d1 commit 1c259f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/nextjs/components/Header.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,9 @@ export const Header = () => {
8383
</details>
8484
<Link href="/" passHref className="hidden lg:flex items-center gap-2 ml-4 mr-6 shrink-0">
8585
<div className="flex relative w-10 h-10">
86-
<Image alt="SE2 logo" className="cursor-pointer" fill src="/batch-logo.webp" />
86+
<Image alt="SE2 logo" className="cursor-pointer" fill src="/batch-logo.webp" sizes="40px" />
8787
</div>
88+
8889
<div className="flex flex-col">
8990
<span className="font-bold leading-tight">Batch 16</span>
9091
<span className="text-xs">Building the future of web3</span>

0 commit comments

Comments
 (0)