💄 Set explicity width and height on logo (#1531)

This commit is contained in:
Luke Vella 2025-01-30 13:47:47 +07:00 committed by GitHub
parent 7cee993808
commit d1e9f71edb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,12 +23,8 @@ export const Logo = ({
priority={true} priority={true}
className={className} className={className}
src="/static/logo.svg" src="/static/logo.svg"
style={{ width={sizes[size].width}
width: sizes[size].width, height={sizes[size].height}
height: "auto",
}}
width={0}
height={0}
alt="Rallly" alt="Rallly"
/> />
); );