From 21c6ebc137221fe6a5fe1b1fa1bab112c0751141 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sun, 21 Nov 2021 13:27:55 -0600 Subject: [PATCH] Fix small issue with turbolinks The JS was run again, and failed to assign variables using `const` then. --- app/views/wallet/index.html.erb | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/app/views/wallet/index.html.erb b/app/views/wallet/index.html.erb index 4f6fd16..589848d 100644 --- a/app/views/wallet/index.html.erb +++ b/app/views/wallet/index.html.erb @@ -10,7 +10,11 @@ Blue Wallet

- You can connect Blue Wallet (Android or iOS) to your Kosmos bitcoin wallet. + You can connect + <%= link_to "Blue Wallet", "https://bluewallet.io", + class: "ks-text-link", target: "_blank" %> + (Android or iOS) to your Kosmos lightning wallet. In order to do so, + scan the setup QR code from the Import Wallet screen in the app.

Show setup code @@ -22,9 +26,9 @@