Move SVG images to public folder
continuous-integration/drone/push Build is passing Details

Wasn't working in production
This commit is contained in:
Basti 2022-01-12 19:37:12 -06:00
parent c93a460cff
commit 56936916ff
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
3 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@
<h4 class="md:col-span-3">
<a href="https://bluewallet.io" class="ks-text-link text-xl"
title="Blue Wallet" target="_blank">
<%= image_tag("/assets/logos/bluewallet.svg", class: 'h-16') %>
<%= image_tag("/img/logos/bluewallet.svg", class: 'h-16') %>
</a>
</h4>
<p class="md:col-span-4 mb-0 text-gray-500">
@ -70,7 +70,7 @@
<h4 class="md:col-span-3">
<a href="https://getalby.com/" class="ks-text-link text-xl"
title="Alby" target="_blank">
<%= image_tag("/assets/logos/alby.svg", class: 'h-16') %>
<%= image_tag("/img/logos/alby.svg", class: 'h-16') %>
</a>
</h4>
<p class="md:col-span-4 mb-0 text-gray-500">

View File

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB