Fix lit icon path
This commit is contained in:
parent
9a47d80641
commit
742a27aab6
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
@ -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")}}"/>
|
||||
|
|
Loading…
Reference in New Issue
Block a user