Compare commits

...

1 Commits

Author SHA1 Message Date
miloschwartz 1d53211fe0 fix logo size 2026-04-21 23:16:06 -07:00
-5
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
}
/>
)
);