Fix lit icon path

This commit is contained in:
Taylor Helsper 2022-06-12 22:06:46 -05:00
parent 9a47d80641
commit 742a27aab6
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -52,7 +52,7 @@
<div class="app_contents">
{% if lnd_ready %}
<a style="width: 38px;" class="ui-button ui-widget ui-corner-all mynode_button" id="lit" href="#" title="Open Lightning Terminal">
<img style="width: 16px;" src="{{ url_for('static', filename="images/lit.png")}}"/>
<img style="width: 16px;" src="{{ url_for('static', filename="images/app_icons/lit.png")}}"/>
</a>
<a style="width: 38px;" class="ui-button ui-widget ui-corner-all mynode_button" href="#" id="pair_wallet" title="Pair Wallet">
<img style="width: 16px;" src="{{ url_for('static', filename="images/qr_code.png")}}"/>