diff --git a/app/views/wallet/index.html.erb b/app/views/wallet/index.html.erb index 757faec..406bd60 100644 --- a/app/views/wallet/index.html.erb +++ b/app/views/wallet/index.html.erb @@ -3,6 +3,15 @@ <%= render MainSimpleComponent.new do %> <%= render WalletSummaryComponent.new(balance: @balance) %> +
+
+ +
+
+

Lightning Address

diff --git a/app/views/wallet/transactions.html.erb b/app/views/wallet/transactions.html.erb index b1abc40..c7c495e 100644 --- a/app/views/wallet/transactions.html.erb +++ b/app/views/wallet/transactions.html.erb @@ -3,6 +3,15 @@ <%= render MainSimpleComponent.new do %> <%= render WalletSummaryComponent.new(balance: @balance) %> +

+
+ +
+
+
@@ -41,7 +50,7 @@ <% else %>

- No transactions to show. + No transactions yet. As soon as you start receiving sats, you will find some entries here.

<% end %>