diff --git a/src/routes/spaces/[relay]/+page.svelte b/src/routes/spaces/[relay]/+page.svelte index 94bde16f..b57e9a77 100644 --- a/src/routes/spaces/[relay]/+page.svelte +++ b/src/routes/spaces/[relay]/+page.svelte @@ -40,56 +40,56 @@ - {#if pubkey} -
{url}
-Authentication Required
- {/if} - {#if limitation?.payment_required} -Payment Required
- {/if} - {#if limitation?.min_pow_difficulty} -Requires PoW {limitation?.min_pow_difficulty}
- {/if} - {#if supported_nips} -NIPs: {supported_nips.join(", ")}
- {/if} - {#if software} -Software: {software}
- {/if} - {#if version} -Version: {version}
- {/if} -{url}
+Authentication Required
+ {/if} + {#if limitation?.payment_required} +Payment Required
+ {/if} + {#if limitation?.min_pow_difficulty} +Requires PoW {limitation?.min_pow_difficulty}
+ {/if} + {#if supported_nips} +NIPs: {supported_nips.join(", ")}
+ {/if} + {#if software} +Software: {software}
+ {/if} + {#if version} +Version: {version}
+ {/if} +