diff --git a/src/components/ErrorBoundary.tsx b/src/components/ErrorBoundary.tsx index e4bfecc..7f37911 100644 --- a/src/components/ErrorBoundary.tsx +++ b/src/components/ErrorBoundary.tsx @@ -73,7 +73,7 @@ export class ErrorBoundary extends Component { // App-level error: full screen error if (level === "app") { return ( -
+
diff --git a/src/components/layouts/AppShell.tsx b/src/components/layouts/AppShell.tsx index 3f82958..6e30102 100644 --- a/src/components/layouts/AppShell.tsx +++ b/src/components/layouts/AppShell.tsx @@ -61,7 +61,7 @@ export function AppShell({ children, hideBottomBar = false }: AppShellProps) { onOpenChange={setCommandLauncherOpen} /> -
+