diff --git a/src/components/Menu.svelte b/src/components/Menu.svelte
index 3314c18..82a2f96 100644
--- a/src/components/Menu.svelte
+++ b/src/components/Menu.svelte
@@ -15,6 +15,7 @@
Users
} from 'lucide-svelte';
import { GitAltBrand, TelegramBrand } from 'svelte-awesome-icons';
+ import NotifyMe from './NotifyMe.svelte';
let iconClass = 'h-5 w-5 md:h-4 md:w-4';
@@ -62,6 +63,7 @@
Telegram Group
+
Help
diff --git a/src/components/NotifyMe.svelte b/src/components/NotifyMe.svelte
index 54010c8..7ed9735 100644
--- a/src/components/NotifyMe.svelte
+++ b/src/components/NotifyMe.svelte
@@ -11,6 +11,9 @@
import Login from './Login.svelte';
import { NDKPrivateKeySigner, NDKUser } from '@nostr-dev-kit/ndk';
import { TelegramBrand } from 'svelte-awesome-icons';
+ import { RefreshCcw } from 'lucide-svelte';
+
+ export let menu = false;
let email: string = '';
let fax: string = '';
@@ -78,17 +81,27 @@
-
- u r so early
-
+ {#if !menu}
+
+ u r so early
+
+ {:else}
+
+
+ Subscribe to Updates
+
+ {/if}
- Subscribe for Updates
+ Subscribe to Updates
Nostrocket is under active development, many things are broken. Subscribe now and we'll ping
you when there are new releases and new features.
@@ -123,7 +136,6 @@
-
Join the Telegram Group