mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-04 11:34:19 +00:00
fix logo size
This commit is contained in:
@@ -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
|
||||
}
|
||||
/>
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user