mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-17 06:24:32 +00:00
fix logo size
This commit is contained in:
@@ -57,11 +57,6 @@ export default function BrandingLogo(props: BrandingLogoProps) {
|
|||||||
alt="Logo"
|
alt="Logo"
|
||||||
width={props.width}
|
width={props.width}
|
||||||
height={props.height}
|
height={props.height}
|
||||||
style={
|
|
||||||
isNextImage
|
|
||||||
? { width: "auto", height: "auto" }
|
|
||||||
: undefined
|
|
||||||
}
|
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user