diff --git a/frontend/src/components/AuthForm.tsx b/frontend/src/components/AuthForm.tsx index 21c6fab..191c3dc 100644 --- a/frontend/src/components/AuthForm.tsx +++ b/frontend/src/components/AuthForm.tsx @@ -92,7 +92,8 @@ export default function AuthForm({ mode, onSubmit }: AuthFormProps) { } .auth-form-logo { - font-size: 2.5rem; + width: 64px; + height: 64px; margin-bottom: 0.5rem; } @@ -146,7 +147,7 @@ export default function AuthForm({ mode, onSubmit }: AuthFormProps) {
-
👻
+ PriceGhost

PriceGhost

{mode === 'login' diff --git a/frontend/src/components/Layout.tsx b/frontend/src/components/Layout.tsx index 877632f..e4366fd 100644 --- a/frontend/src/components/Layout.tsx +++ b/frontend/src/components/Layout.tsx @@ -105,7 +105,8 @@ export default function Layout({ children }: LayoutProps) { } .navbar-brand-icon { - font-size: 1.5rem; + width: 28px; + height: 28px; } .navbar-user { @@ -264,7 +265,7 @@ export default function Layout({ children }: LayoutProps) {