From 6c6f7c14ac4de0f08abaef626002f98229ef7650 Mon Sep 17 00:00:00 2001 From: gsovereignty Date: Tue, 6 Aug 2024 16:57:01 +0800 Subject: [PATCH] problem: not clear that testnet rockets should have test in the name --- src/components/CreateNewRocket.svelte | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/components/CreateNewRocket.svelte b/src/components/CreateNewRocket.svelte index 3803f09..55799bd 100644 --- a/src/components/CreateNewRocket.svelte +++ b/src/components/CreateNewRocket.svelte @@ -5,7 +5,7 @@ import { Label } from '$lib/components/ui/label/index.js'; import { ndk } from '@/ndk'; import { currentUser } from '@/stores/session'; - import { Terminal } from 'lucide-svelte'; + import { Info, Terminal } from 'lucide-svelte'; import * as Alert from '@/components/ui/alert'; import type NDKSvelte from '@nostr-dev-kit/ndk-svelte'; import { NDKEvent } from '@nostr-dev-kit/ndk'; @@ -16,6 +16,7 @@ import { onDestroy } from 'svelte'; import { writable } from 'svelte/store'; import { BitcoinTipTag } from '@/stores/bitcoin'; + import { Description } from 'formsnap'; let rockets: NDKEventStore | undefined; const rocketsStore = writable([]); @@ -97,7 +98,16 @@ > {/if} - Choose a name for your new Rocket and click Publish + Choose a name for your new Rocket and click Publish. + Heads up!If you just want to test things out, include the characters test somewhere in the name.