Add more content/help to wallet page
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

* Lighting Address info
* Improve explanation for wallet apps, add Alby
This commit is contained in:
2022-01-10 13:37:04 -06:00
parent f22ffe373c
commit c3dde3506e
4 changed files with 112 additions and 15 deletions

View File

@@ -15,7 +15,10 @@ class WalletController < ApplicationController
shape_rendering: "crispEdges",
module_size: 6,
standalone: true,
use_path: true
use_path: true,
svg_attributes: {
class: 'inline-block'
}
)
@balance = fetch_balance rescue nil