diff --git a/lps-admin/src/components/Layout.tsx b/lps-admin/src/components/Layout.tsx
index dd6d192..5f9e76d 100644
--- a/lps-admin/src/components/Layout.tsx
+++ b/lps-admin/src/components/Layout.tsx
@@ -17,24 +17,31 @@ export default function Layout() {
const health = useQuery({ queryKey: ["healthz"], queryFn: healthz, refetchInterval: 10_000 });
const up = health.data === true;
return (
-
-