{#each pubkeys.slice(0, limit) as pubkey (pubkey)}
diff --git a/src/routes/spaces/[relay]/+layout.svelte b/src/routes/spaces/[relay]/+layout.svelte
index 30d0628..c16ab03 100644
--- a/src/routes/spaces/[relay]/+layout.svelte
+++ b/src/routes/spaces/[relay]/+layout.svelte
@@ -1,165 +1,23 @@
{#key url}
-
-
-
- {displayRelayUrl(url)}
-
-
- {#if showMenu}
-
-
- -
-
-
- {#if !import.meta.env.VITE_PLATFORM_RELAY}
- -
- {#if getMembershipUrls($userMembership).includes(url)}
-
- {:else}
-
- {/if}
-
- {/if}
-
-
- {/if}
-
-
-
- Threads
-
-
-
-
-
-
- {GENERAL}
-
-
- {#each rooms as room, i (room)}
-
-
-
- {room}
-
-
- {/each}
- {#if otherRooms.length > 0}
-
-
-
- {#if rooms.length > 0}
- Other Rooms
- {:else}
- Rooms
- {/if}
-
-
- {/if}
- {#each otherRooms as room, i (room)}
-
-
-
- {room}
-
-
- {/each}
-
-
-
- Create room
-
-
-
+
{#key $page.params.room}
@@ -168,3 +26,9 @@
{/key}
+
+
+
+
diff --git a/src/routes/spaces/[relay]/calendar/+page.svelte b/src/routes/spaces/[relay]/calendar/+page.svelte
index 6dbf850..00f40b0 100644
--- a/src/routes/spaces/[relay]/calendar/+page.svelte
+++ b/src/routes/spaces/[relay]/calendar/+page.svelte
@@ -26,7 +26,7 @@
const getStart = (event: TrustedEvent) =>
parseInt(event.tags.find(t => t[0] === "start")?.[1] || "")
- let limit = 5
+ const limit = 5
let loading = true
type Item = {