diff --git a/src/Components/AppShell/NavBar.tsx b/src/Components/AppShell/NavBar.tsx index 49976fd7..33a09816 100644 --- a/src/Components/AppShell/NavBar.tsx +++ b/src/Components/AppShell/NavBar.tsx @@ -130,13 +130,14 @@ export default function NavBar({ appName }: { appName: string }) { Settings
  • - { void onLogout() }} > Logout - +
  • diff --git a/src/Components/Map/Subcomponents/AddButton.tsx b/src/Components/Map/Subcomponents/AddButton.tsx index 48afa52c..5781a1ab 100644 --- a/src/Components/Map/Subcomponents/AddButton.tsx +++ b/src/Components/Map/Subcomponents/AddButton.tsx @@ -32,7 +32,10 @@ export default function AddButton({ <> {canAddItems() ? (
    -