diff --git a/src/app/components/PrimaryNav.svelte b/src/app/components/PrimaryNav.svelte
index 04f27ab2..9c8f9876 100644
--- a/src/app/components/PrimaryNav.svelte
+++ b/src/app/components/PrimaryNav.svelte
@@ -36,14 +36,6 @@
const addSpace = () => pushModal(SpaceAdd)
- const gotoHome = () => goto("/home")
-
- const gotoSpaces = () => goto("/spaces")
-
- const gotoSpace = (nom: string) => goto(`/spaces/${nom}`)
-
- const gotoSettings = () => goto("/settings")
-
let element: HTMLElement
// Set the active highlight element to the offset of the nav item we're focused on
@@ -63,7 +55,7 @@
style={`top: ${$activeOffset}px`} />
-
+
{#each $userGroupsByNom.entries() as [nom, qualifiedGroups] (nom)}
{@const qualifiedGroup = qualifiedGroups[0]}
- gotoSpace(nom)}>
+
@@ -82,14 +74,14 @@
-
+
-
+
diff --git a/src/app/components/SecondaryNav.svelte b/src/app/components/SecondaryNav.svelte
deleted file mode 100644
index 2b9deff1..00000000
--- a/src/app/components/SecondaryNav.svelte
+++ /dev/null
@@ -1,59 +0,0 @@
-
-
-
- {#if getPrimaryNavItem($page) === "discover"}
-
-
-
- Spaces
-
-
-
-
- Themes
-
-
-
- {:else if getPrimaryNavItem($page) === "space"}
- {#key $page.params.nom}
-
- {/key}
- {:else if getPrimaryNavItem($page) === "settings"}
-
- {:else}
-
-
-
- Home
-
-
-
-
- People
-
-
-
-
- Saved Notes
-
-
-
-
- Conversations
-
-
-
-
-
-
- {/if}
-
diff --git a/src/app/components/SecondaryNavForSpace.svelte b/src/app/components/SecondaryNavForSpace.svelte
deleted file mode 100644
index 9b6e5f37..00000000
--- a/src/app/components/SecondaryNavForSpace.svelte
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
-
- {$group?.name || "[no name]"}
-
-
- {#if showMenu}
-
-
- -
-
-
-
-
- {/if}
-
-
-
- Rooms
-
-
-
-
-
-
- Spaces
-
-
-
-
- Themes
-
-
-
diff --git a/src/app/components/SpaceExit.svelte b/src/app/components/SpaceExit.svelte
index 20acf517..ffc2abd1 100644
--- a/src/app/components/SpaceExit.svelte
+++ b/src/app/components/SpaceExit.svelte
@@ -38,9 +38,7 @@
You are leaving {$group?.name || "[no name]"}
-
- Are you sure you want to leave?
-
+ Are you sure you want to leave?