Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Update a few small things
Alexis Sellier committed 4 years ago
commit 9c9e883efb29a9c80597ccf3f0753d9ab67c3368
parent 3978a797f7e45a2bad969c18a6f9acf163cca8d9
2 files changed +8 -4
modified src/Card.svelte
@@ -113,8 +113,12 @@
        {:else}
          {formatAddress(profile.address)}
        {/if}
-
      {:else if numberOfProjects}
-
        {numberOfProjects} project(s)
+
      {:else if numberOfProjects !== null}
+
        {#if numberOfProjects > 0}
+
          {numberOfProjects} project(s)
+
        {:else}
+
          No projects
+
        {/if}
      {/if}
    </div>
  </div>
modified src/base/home/Index.svelte
@@ -82,8 +82,8 @@

<main>
  <div class="blurb">
-
    <p>Radicle 🌱 enables developer communities 🧙 to securely collaborate on
-
    software 🔐 on a peer-to-peer network 🌐 built on Git.</p>
+
    <p>Radicle 🌱 enables developers 🧙 to securely collaborate 🔐 on software over a
+
    peer-to-peer network 🌐 built on Git.</p>
  </div>

  {#await getEntities}