From 09d99ce9c283315e9eb6c1ed9894c49f4fbb25e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Fri, 10 Feb 2023 11:37:27 +0800 Subject: [PATCH] Increase size of current balance --- app/components/wallet_summary_component.html.erb | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app/components/wallet_summary_component.html.erb b/app/components/wallet_summary_component.html.erb index b02e0d8..dc510de 100644 --- a/app/components/wallet_summary_component.html.erb +++ b/app/components/wallet_summary_component.html.erb @@ -7,10 +7,14 @@

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