fix layout
This commit is contained in:
@@ -12,7 +12,7 @@ function App() {
|
||||
<Route path="/" element={<Navigate to="/auth/login" replace />} />
|
||||
|
||||
<Route path="/auth" element={
|
||||
<AuthLayout className="flex min-h-svh flex-col items-center justify-center bg-background text-foreground" />
|
||||
<AuthLayout className="flex min-h-svh flex-col items-center justify-center bg-muted text-foreground" />
|
||||
}>
|
||||
<Route path="login" element={<LoginPage />} />
|
||||
<Route path="signup" element={<SignUp />} />
|
||||
|
||||
Reference in New Issue
Block a user