diff --git a/src/components/AddProductToRocket.svelte b/src/components/AddProductToRocket.svelte new file mode 100644 index 0000000..475aa52 --- /dev/null +++ b/src/components/AddProductToRocket.svelte @@ -0,0 +1,78 @@ + + + + Make Available for Purchase + + + Make this product available to customers + {#if !currentUser} + + + Heads up! + You need a nostr signing extension to use Nostrocket! + + {/if} + Choose a name for your new Rocket and click Publish + +
+
+ + +
+
+ + +
+
+ + + + +
+
diff --git a/src/components/ProductCard.svelte b/src/components/ProductCard.svelte index c90b168..33c8f6a 100644 --- a/src/components/ProductCard.svelte +++ b/src/components/ProductCard.svelte @@ -1,4 +1,5 @@