diff --git a/app/views/wallet/index.html.erb b/app/views/wallet/index.html.erb index fda7bd6..07c8055 100644 --- a/app/views/wallet/index.html.erb +++ b/app/views/wallet/index.html.erb @@ -1,16 +1,21 @@ -
-
+
+

Wallet

- Send and receive BTC via the Lightning Network. + Send and receive sats via the Bitcoin Lightning Network. +

+
+
+

+ <% if @balance %> + 48590<%= @balance %> sats
+ Available balance + <% else %> + n/a<%= @balance %> sats
+ Balance unavailable + <% end %>

-

- <% if @balance %> - <%= @balance %> sats
- Available balance - <% end %> -