From e67d40a27e2860e39c270ab79dde3fe3d95895b7 Mon Sep 17 00:00:00 2001 From: gsovereignty Date: Tue, 13 Feb 2024 21:52:06 +0000 Subject: [PATCH] problem: no image for githole product --- src/routes/products/+page.svelte | 31 ++++++++++++++++++------------- static/img/r.jpg | Bin 0 -> 18029 bytes 2 files changed, 18 insertions(+), 13 deletions(-) create mode 100644 static/img/r.jpg diff --git a/src/routes/products/+page.svelte b/src/routes/products/+page.svelte index ad1ec7e..3ade6e1 100644 --- a/src/routes/products/+page.svelte +++ b/src/routes/products/+page.svelte @@ -4,7 +4,7 @@ consensusTipState, mempool, } from "$lib/stores/nostrocket_state/master_state"; - import { Button, Tile } from "carbon-components-svelte"; + import { Button, Column, Row, Tile } from "carbon-components-svelte"; import { Rocket } from "carbon-icons-svelte"; import { derived } from "svelte/store"; import CommentUser from "../../components/comments/CommentUser.svelte"; @@ -23,9 +23,9 @@ throw new Error("event not found"); } if ($rocket) { - $profiles.get($rocket?.CreatedBy) + $profiles.get($rocket?.CreatedBy); } - + e.zap(1000, undefined, [["e", nostrocketIgnitionEvent]]); console.log(e); } @@ -45,16 +45,21 @@ {#if $rocket} -

GitRocket: one push away from world domination

-

What you get:

- +

Githole: one push away from world domination

+

What you get:

+
    +
  • A public git repository to use as the home for your project
  • +
  • Use all your existing git tooling and workflow
  • +
  • No passwords, just your nostr identity
  • +
  • Add maintainers simply by publishing their npubs
  • +
  • inter-operability with any NIP34 client
  • +
  • Zero exit costs, migrate to your own server at any time
  • +
+