diff --git a/src/app.html b/src/app.html index 84ffad16..0cd9bfb5 100644 --- a/src/app.html +++ b/src/app.html @@ -2,7 +2,7 @@ - + %sveltekit.head% diff --git a/src/routes/home/+page.svelte b/src/routes/home/+page.svelte index 9dfb5ffe..fe238509 100644 --- a/src/routes/home/+page.svelte +++ b/src/routes/home/+page.svelte @@ -22,41 +22,43 @@ }) -
-
-
-

Welcome to

-

{PLATFORM_NAME}

-
- - - -
-
Discover spaces
-
Find a community based on your hobbies or interests.
-
- - - -
-
Browse the network
-
Find your people on the nostr network
-
- - +{#if !PLATFORM_RELAY} +
+
+
+

Welcome to

+

{PLATFORM_NAME}

+
+ + + +
+
Discover spaces
+
Find a community based on your hobbies or interests.
+
+ + + +
+
Browse the network
+
Find your people on the nostr network
+
+ + +
-
+{/if}