diff --git a/src/app/pwa-head.tsx b/src/app/pwa-head.tsx index 73e7a70..55270f5 100644 --- a/src/app/pwa-head.tsx +++ b/src/app/pwa-head.tsx @@ -2,7 +2,7 @@ const PWAHead = () => ( <> - + diff --git a/src/components/ui/sidebar.tsx b/src/components/ui/sidebar.tsx index 2f73f66..86c7bdd 100644 --- a/src/components/ui/sidebar.tsx +++ b/src/components/ui/sidebar.tsx @@ -273,7 +273,7 @@ function SidebarTrigger({ }} {...props} > - {open ? : } + {open ? : } Toggle Sidebar )