diff --git a/app/views/wallet/index.html.erb b/app/views/wallet/index.html.erb index 4403a41..1a641fa 100644 --- a/app/views/wallet/index.html.erb +++ b/app/views/wallet/index.html.erb @@ -57,7 +57,7 @@

- <%= image_tag("/assets/logos/bluewallet.svg", class: 'h-16') %> + <%= image_tag("/img/logos/bluewallet.svg", class: 'h-16') %>

@@ -70,7 +70,7 @@

- <%= image_tag("/assets/logos/alby.svg", class: 'h-16') %> + <%= image_tag("/img/logos/alby.svg", class: 'h-16') %>

diff --git a/app/assets/images/logos/alby.svg b/public/img/logos/alby.svg similarity index 100% rename from app/assets/images/logos/alby.svg rename to public/img/logos/alby.svg diff --git a/app/assets/images/logos/bluewallet.svg b/public/img/logos/bluewallet.svg similarity index 100% rename from app/assets/images/logos/bluewallet.svg rename to public/img/logos/bluewallet.svg