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.