diff --git a/src/app/components/SpaceMenu.svelte b/src/app/components/SpaceMenu.svelte index 3de29bba..01ca5482 100644 --- a/src/app/components/SpaceMenu.svelte +++ b/src/app/components/SpaceMenu.svelte @@ -1,5 +1,4 @@
@@ -234,31 +228,31 @@
{#if hasNip29($relay)} - + Recent Activity {:else} - + Chat {/if} {#if ENABLE_ZAPS && $spaceKinds.has(ZAP_GOAL)} - + Goals {/if} {#if $spaceKinds.has(THREAD)} - + Threads {/if} {#if $spaceKinds.has(CLASSIFIED)} - + Classifieds {/if} {#if $spaceKinds.has(EVENT_TIME)} - + Calendar {/if} @@ -268,7 +262,7 @@ Your Rooms {/if} {#each $userRooms as h (h)} - + {/each} {#if $otherRooms.length > 0}
@@ -287,17 +281,17 @@ {/if} {#each $roomSearch.searchValues(term) as h (h)} - + {/each} {#if $otherVoiceRooms.length > 0}
Voice Rooms {#each $otherVoiceRooms as h (h)} - + {/each} {/if} {#if $canCreateRoom} - + Create room