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 - } /> ) );