From 1d53211fe0569a80cbcf1ac26f8e14ef531d45df Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Tue, 21 Apr 2026 23:16:01 -0700 Subject: [PATCH] fix logo size --- src/components/BrandingLogo.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/components/BrandingLogo.tsx b/src/components/BrandingLogo.tsx index aa5112409..0216dae2e 100644 --- a/src/components/BrandingLogo.tsx +++ b/src/components/BrandingLogo.tsx @@ -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 - } /> ) );