Compare commits

..

2 Commits

Author SHA1 Message Date
Owen Schwartz 81922f54d5 Merge pull request #2889 from fosrl/dev
Fix type imports
2026-04-21 22:18:14 -07:00
Owen Schwartz 0ae20c0b25 Merge pull request #2888 from fosrl/dev
Fix imports
2026-04-21 22:05:41 -07:00
+5
View File
@@ -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
}
/>
)
);