diff --git a/src/app/components/SpaceRelayStatus.svelte b/src/app/components/SpaceRelayStatus.svelte index f29235d..21d9aaf 100644 --- a/src/app/components/SpaceRelayStatus.svelte +++ b/src/app/components/SpaceRelayStatus.svelte @@ -14,57 +14,57 @@ const owner = $derived($relay?.profile?.pubkey) -
- Supported NIPs: {supported_nips.join(", ")} -
- {/if} - {#if limitation?.auth_required} -- Auth Required -
- {/if} - {#if limitation?.payment_required} -- Payment Required -
- {/if} - {#if limitation?.min_pow_difficulty} -- Min PoW: {limitation?.min_pow_difficulty} -
- {/if} -+ Supported NIPs: {supported_nips.join(", ")} +
+ {/if} + {#if limitation?.auth_required} ++ Auth Required +
+ {/if} + {#if limitation?.payment_required} ++ Payment Required +
+ {/if} + {#if limitation?.min_pow_difficulty} ++ Min PoW: {limitation?.min_pow_difficulty} +
+ {/if} +