From 85cfaf2bc9c08a875350fd67ce5d1c0897ddc4bc Mon Sep 17 00:00:00 2001 From: Jon Staab Date: Thu, 2 Apr 2026 06:29:37 -0700 Subject: [PATCH] Remove redundant join space button --- src/routes/spaces/+page.svelte | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/routes/spaces/+page.svelte b/src/routes/spaces/+page.svelte index 896a5f42..4dba16d8 100644 --- a/src/routes/spaces/+page.svelte +++ b/src/routes/spaces/+page.svelte @@ -261,13 +261,7 @@ {/each} {:else if !term} -
-

You haven't joined any spaces yet.

- -
+

You haven't joined any spaces yet.

{/if} {filteredUserUrls.length > 0 ? "More Spaces" : "Browse Spaces"} {#each otherSpaces.slice(0, limit) as relay (relay.url)}