diff --git a/ui/src/components/Layout.tsx b/ui/src/components/Layout.tsx
index 5132a13..3e85962 100644
--- a/ui/src/components/Layout.tsx
+++ b/ui/src/components/Layout.tsx
@@ -11,6 +11,7 @@ interface LayoutProps {
export function Layout({ children }: LayoutProps) {
const [isMobileMenuOpen, setIsMobileMenuOpen] = useState(false);
+
return (