mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-18 11:36:30 +02:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 81922f54d5 | |||
| 0ae20c0b25 |
@@ -57,6 +57,11 @@ 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