Skip to content

Commit bcf5adf

Browse files
Mrwicks00melanke
authored andcommitted
added sizes props to the logo image in header
1 parent 5fbc51e commit bcf5adf

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
@@ -89,8 +89,9 @@ export const Header = () => {
8989
</details>
9090
<Link href="/" passHref className="hidden lg:flex items-center gap-2 ml-4 mr-6 shrink-0">
9191
<div className="flex relative w-10 h-10">
92-
<Image alt="SE2 logo" className="cursor-pointer" fill src="/batch-logo.webp" />
92+
<Image alt="SE2 logo" className="cursor-pointer" fill src="/batch-logo.webp" sizes="40px" />
9393
</div>
94+
9495
<div className="flex flex-col">
9596
<span className="font-bold leading-tight">Batch 16</span>
9697
<span className="text-xs">Building the future of web3</span>

0 commit comments

Comments
 (0)