Skip to content

Commit

Permalink
bump v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptosharks131 authored Dec 9, 2024
1 parent 959afef commit b9816bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ <h1><a href="/">My Lnd Overview</a></h1>
<center><button id="toggleTheme" onclick="toggleTheme()">{% if request.COOKIES.darkmode == 'true' %}Light{%else%}Dark{% endif %} Theme</button></center>
</div>
<div class="w3-container w3-padding-small">
<center>LNDg v1.9.0</center>
<center>LNDg v1.9.1</center>
<center><a href="{% url 'logout' %}">Logout</a></center>
</div>
</div>
Expand Down

0 comments on commit b9816bd

Please sign in to comment.