Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
fix: 404 broken link on wallet screen
Alexey Shekhirin committed 4 years ago
commit 9bee6e9818c6ccb98fe7c450585dcde40f88e7d1
parent eb0b665a79dfccbd76b8ef5d39df330c1c3c0934
1 file changed +1 -1
modified src/components/Modal/ConnectWallet.svelte
@@ -53,7 +53,7 @@
    <div slot="subtitle">
      <div class="text-small">
        WalletConnect<br/>
-
        <a href="https://walletconnect.com/registry/wallets" class="link">
+
        <a href="https://walletconnect.com/registry?type=wallet" class="link">
          View compatible wallets
        </a>
      </div>