diff --git a/FireWalletBrowser.bsdesign b/FireWalletBrowser.bsdesign index 088fe6f..9de3cf5 100644 Binary files a/FireWalletBrowser.bsdesign and b/FireWalletBrowser.bsdesign differ diff --git a/templates/components/tx.html b/templates/components/tx.html index 88f3575..fdaa1f0 100644 --- a/templates/components/tx.html +++ b/templates/components/tx.html @@ -2,4 +2,4 @@ <span style="display: block;">Check your transaction on a block explorer</span> <a class="card-link" href="https://niami.io/tx/{{tx}}" target="_blank">Niami</a> <a class="card-link" href="https://3xpl.com/handshake/transaction/{{tx}}" target="_blank">3xpl</a> -<a class="card-link" href="https://hns.cymon.de/tx/{{tx}}" target="_blank">Cymon.de</a> \ No newline at end of file +<a class="card-link" href="https://shakeshift.com/tx/{{tx}}" target="_blank">ShakeShift</a> \ No newline at end of file diff --git a/templates/success.html b/templates/success.html index 346149e..5742164 100644 --- a/templates/success.html +++ b/templates/success.html @@ -67,7 +67,7 @@ </div> <div class="card" style="max-width: 500px;margin: auto;margin-top: 50px;"> <div class="card-body"> - <h4 class="card-title">Your transaction has been sent and will be mined soon.</h4><span style="display: block;font-size: 12px;">TX: {{tx}}</span><span style="display: block;">Check your transaction on a block explorer</span><a class="card-link" href="https://niami.io/tx/{{tx}}" target="_blank">Niami</a><a class="card-link" href="https://3xpl.com/handshake/transaction/{{tx}}" target="_blank">3xpl</a><a class="card-link" href="https://hns.cymon.de/tx/{{tx}}" target="_blank">HNS.Cymon.de</a> + <h4 class="card-title">Your transaction has been sent and will be mined soon.</h4><span style="display: block;font-size: 12px;">TX: {{tx}}</span><span style="display: block;">Check your transaction on a block explorer</span><a class="card-link" href="https://niami.io/tx/{{tx}}" target="_blank">Niami</a><a class="card-link" href="https://3xpl.com/handshake/transaction/{{tx}}" target="_blank">3xpl</a><a class="card-link" href="https://shakeshift.com/tx/{{tx}}" target="_blank">ShakeShift</a> </div> </div> </div>