From 0851ca08a2fdeaffe63f398494beb7e7c7e0e573 Mon Sep 17 00:00:00 2001 From: Jon Staab Date: Tue, 22 Oct 2024 11:21:25 -0700 Subject: [PATCH] Redirect harder, use platform logo as favicon --- src/app.html | 2 +- src/routes/home/+page.svelte | 72 ++++++++++++++++++------------------ 2 files changed, 38 insertions(+), 36 deletions(-) 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}