diff --git a/apps/web/src/components/logo.tsx b/apps/web/src/components/logo.tsx index dcd0435d9..85d07ebcf 100644 --- a/apps/web/src/components/logo.tsx +++ b/apps/web/src/components/logo.tsx @@ -23,12 +23,8 @@ export const Logo = ({ priority={true} className={className} src="/static/logo.svg" - style={{ - width: sizes[size].width, - height: "auto", - }} - width={0} - height={0} + width={sizes[size].width} + height={sizes[size].height} alt="Rallly" /> );