Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add to restart httpd to preferredSeed update instructions
dnlklmn committed 2 years ago
commit b3dca264c121537cefd37c7c356f24929c117d30
parent c75c318f081d4e32baefab57af3e7a7be0063a52
2 files changed +6 -2
modified src/views/home/components/PreferredSeedDropdown.svelte
@@ -91,7 +91,9 @@
    <div class="divider" />
    <div class="add-seed-node-instructions txt-small">
      <div class="" style:font-weight="bold">Add a different seed node</div>
-
      <div class="">Update your preferred seeds in your radicle config.</div>
+
      <div class="">
+
        Update preferred seeds in your Radicle config and restart httpd.
+
      </div>
      <Command fullWidth command="rad config edit" />
    </div>
  </svelte:fragment>
modified src/views/projects/Header/ShareButton.svelte
@@ -175,7 +175,9 @@
          <div class="txt-bold" style:padding-bottom="0.5rem">
            Add more seed nodes
          </div>
-
          <div>Update your preferred seeds in your Radicle config.</div>
+
          <div>
+
            Update preferred seeds in your Radicle config and restart httpd.
+
          </div>
        </div>
        <div style="display: flex; gap: 0.5rem; flex-direction: column;">
          <div>Run the following command to locate your config:</div>