diff --git a/src/app/auth/components/auth-email-panel.tsx b/src/app/auth/components/auth-email-panel.tsx index f31548c6..e486d614 100644 --- a/src/app/auth/components/auth-email-panel.tsx +++ b/src/app/auth/components/auth-email-panel.tsx @@ -55,6 +55,7 @@ export function AuthEmailPanel({ width={120} height={120} className={styles.logo} + style={{ width: "auto", height: "auto" }} priority /> diff --git a/src/app/auth/components/auth-facebook-panel.tsx b/src/app/auth/components/auth-facebook-panel.tsx index 01079370..6f3e8e1f 100644 --- a/src/app/auth/components/auth-facebook-panel.tsx +++ b/src/app/auth/components/auth-facebook-panel.tsx @@ -55,6 +55,7 @@ export function AuthFacebookPanel({ onSwitchToEmail }: AuthFacebookPanelProps) { width={120} height={120} className={styles.logo} + style={{ width: "auto", height: "auto" }} priority />