diff --git a/web/app/login/page.tsx b/web/app/login/page.tsx index 3b49df2..7f4742c 100644 --- a/web/app/login/page.tsx +++ b/web/app/login/page.tsx @@ -81,7 +81,7 @@ export default function LoginPage() { const showDivider = showLocal && providers.length > 0; return ( -
+
diff --git a/web/app/setup/page.tsx b/web/app/setup/page.tsx index 20f5cc4..c6824a8 100644 --- a/web/app/setup/page.tsx +++ b/web/app/setup/page.tsx @@ -80,7 +80,7 @@ export default function SetupPage() { if (created) { return ( -
+

Instance created

@@ -116,7 +116,7 @@ export default function SetupPage() { } return ( -
+

Welcome to Vantage

diff --git a/web/components/AppShell.tsx b/web/components/AppShell.tsx index 5eaac67..72d742c 100644 --- a/web/components/AppShell.tsx +++ b/web/components/AppShell.tsx @@ -37,7 +37,7 @@ export function AppShell({ children }: { children: React.ReactNode }) { } return ( -
+
diff --git a/web/components/AuthProvider.tsx b/web/components/AuthProvider.tsx index 4511e5f..b2ad752 100644 --- a/web/components/AuthProvider.tsx +++ b/web/components/AuthProvider.tsx @@ -64,7 +64,7 @@ export function AuthProvider({ children }: { children: ReactNode }) { if (loading) { return ( -
+
); @@ -72,7 +72,7 @@ export function AuthProvider({ children }: { children: ReactNode }) { if (error || !user) { return ( -
+

Can't load your session

{error ?? "Unable to load your session."}

diff --git a/web/components/Sidebar.tsx b/web/components/Sidebar.tsx index 88db2c7..af7cae3 100644 --- a/web/components/Sidebar.tsx +++ b/web/components/Sidebar.tsx @@ -316,7 +316,7 @@ export function SidebarContent({ onNavigate }: { onNavigate?: () => void }) { /** The permanent sidebar. Below lg the drawer takes over. */ export function Sidebar() { return ( -