Remove redundant join space button
This commit is contained in:
@@ -261,13 +261,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{/each}
|
{/each}
|
||||||
{:else if !term}
|
{:else if !term}
|
||||||
<div class="flex flex-col items-center gap-4 py-12 text-center">
|
<p class="py-12 text-center">You haven't joined any spaces yet.</p>
|
||||||
<p class="text-base-content/60">You haven't joined any spaces yet.</p>
|
|
||||||
<Button class="btn btn-primary" onclick={addSpace}>
|
|
||||||
<Icon icon={AddCircle} />
|
|
||||||
Browse Spaces
|
|
||||||
</Button>
|
|
||||||
</div>
|
|
||||||
{/if}
|
{/if}
|
||||||
<Divider>{filteredUserUrls.length > 0 ? "More Spaces" : "Browse Spaces"}</Divider>
|
<Divider>{filteredUserUrls.length > 0 ? "More Spaces" : "Browse Spaces"}</Divider>
|
||||||
{#each otherSpaces.slice(0, limit) as relay (relay.url)}
|
{#each otherSpaces.slice(0, limit) as relay (relay.url)}
|
||||||
|
|||||||
Reference in New Issue
Block a user