diff --git a/src/app/components/SpaceRelayStatus.svelte b/src/app/components/SpaceRelayStatus.svelte index ef5369e0..7727cab7 100644 --- a/src/app/components/SpaceRelayStatus.svelte +++ b/src/app/components/SpaceRelayStatus.svelte @@ -26,22 +26,22 @@ {@const {pubkey, software, version, supported_nips, limitation} = $relay}
{#if pubkey} -
+
Administrator:
{/if} {#if $relay?.contact} -
+
Contact: {$relay.contact}
{/if} {#if software} -
+
Software: {software}
{/if} {#if version} -
+
Version: {version}
{/if} @@ -61,7 +61,7 @@

{/if} {#if limitation?.min_pow_difficulty} -

+

Min PoW: {limitation?.min_pow_difficulty}

{/if}