Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Change config edit command in preferredSeedsDropdown to `rad config edit`
Sebastian Martinez committed 2 years ago
commit 00c08ddd66fea281595dc8b14b7ae7255f8c03d8
parent 991970444927521e002d9794aef5fca270f7a109
1 file changed +1 -1
modified src/views/home/components/PreferredSeedDropdown.svelte
@@ -91,7 +91,7 @@
    <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>
-
      <Command fullWidth command="rad self --config" />
+
      <Command fullWidth command="rad config edit" />
    </div>
  </svelte:fragment>
</Popover>