Browse Source

fix: amend ngit copy

for clearer and more concise summary
master
DanConwayDev 2 years ago
parent
commit
a39a75de5e
No known key found for this signature in database
GPG Key ID: 68E15486D73F75E1
  1. 5
      src/routes/+page.svelte
  2. 5
      src/routes/ngit/+page.svelte

5
src/routes/+page.svelte

@ -45,9 +45,8 @@ @@ -45,9 +45,8 @@
</h3>
</div>
<div class="prose">
a command-line tool to <span class="badge">create</span>,
<span class="badge">list</span> and
<span class="badge">apply</span> Proposals and patches
a command-line tool to <span class="badge">send</span> and
<span class="badge">review</span> patches using nostr
<div class="card-actions mt-3 flex">
<div class="flex-grow">
<a href="/ngit" class="btn btn-neutral">install ngit</a>

5
src/routes/ngit/+page.svelte

@ -5,10 +5,7 @@ @@ -5,10 +5,7 @@
<Container>
<div class="prose m-auto mt-8">
<h2 class=""><span class="text-purple-600">n</span>git</h2>
<p>
a command-line tool for managing git repositories change proposals via
nostr
</p>
<p>a command-line tool to send and review patches via nostr</p>
<p>
works seemlessly with <a href="https://gitworkshop.dev">gitworkshop.dev</a
>

Loading…
Cancel
Save