diff --git a/src/App.tsx b/src/App.tsx index e9fe09a..96e10ce 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -33,7 +33,7 @@ function AuthenticatedLayout({ children }: { children: React.ReactNode }) { const [isSettingsOpen, setIsSettingsOpen] = useState(false); return ( -