Move SVG images to public folder
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Wasn't working in production
This commit is contained in:
parent
c93a460cff
commit
56936916ff
@ -57,7 +57,7 @@
|
|||||||
<h4 class="md:col-span-3">
|
<h4 class="md:col-span-3">
|
||||||
<a href="https://bluewallet.io" class="ks-text-link text-xl"
|
<a href="https://bluewallet.io" class="ks-text-link text-xl"
|
||||||
title="Blue Wallet" target="_blank">
|
title="Blue Wallet" target="_blank">
|
||||||
<%= image_tag("/assets/logos/bluewallet.svg", class: 'h-16') %>
|
<%= image_tag("/img/logos/bluewallet.svg", class: 'h-16') %>
|
||||||
</a>
|
</a>
|
||||||
</h4>
|
</h4>
|
||||||
<p class="md:col-span-4 mb-0 text-gray-500">
|
<p class="md:col-span-4 mb-0 text-gray-500">
|
||||||
@ -70,7 +70,7 @@
|
|||||||
<h4 class="md:col-span-3">
|
<h4 class="md:col-span-3">
|
||||||
<a href="https://getalby.com/" class="ks-text-link text-xl"
|
<a href="https://getalby.com/" class="ks-text-link text-xl"
|
||||||
title="Alby" target="_blank">
|
title="Alby" target="_blank">
|
||||||
<%= image_tag("/assets/logos/alby.svg", class: 'h-16') %>
|
<%= image_tag("/img/logos/alby.svg", class: 'h-16') %>
|
||||||
</a>
|
</a>
|
||||||
</h4>
|
</h4>
|
||||||
<p class="md:col-span-4 mb-0 text-gray-500">
|
<p class="md:col-span-4 mb-0 text-gray-500">
|
||||||
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
Loading…
x
Reference in New Issue
Block a user