fix logo size

This commit is contained in:
miloschwartz
2026-04-21 23:16:01 -07:00
parent 9474792e14
commit 1d53211fe0

View File

@@ -57,11 +57,6 @@ export default function BrandingLogo(props: BrandingLogoProps) {
alt="Logo"
width={props.width}
height={props.height}
style={
isNextImage
? { width: "auto", height: "auto" }
: undefined
}
/>
)
);