Radish alpha
r
rad:z371PVmDHdjJucejRoRYJcDEvD5pp
Radicle website including documentation and guides
Radicle
Git
Small fixes
Alexis Sellier committed 2 years ago
commit 796783ca594140ea31f193f4756ac9a99fb85825
parent 3e6d948
2 files changed +1 -2
modified _guides/user.md
@@ -141,7 +141,6 @@ Once you've installed Radicle, you can make sure that it was successful by
running:

    $ rad --version
-
    rad 1.0.0

### Come into being from the *elliptic aether*

modified _includes/latest-release.html
@@ -52,7 +52,7 @@
      const releaseInfo = document.getElementById("release-info");

      release.classList.remove("loading");
-
      releaseInfo.innerText = `Radicle v${version} (${commit})`;
+
      releaseInfo.innerText = `Radicle ${version} (${commit})`;
      document.getElementById("release-timestamp").innerText = new Date(data.timestamp * 1000).toUTCString();
    });
</script>