1
0
Fork 0
forked from CRSS/Website

fix: remove display: none from login btn

This commit is contained in:
TheClashFruit 2023-11-28 09:13:23 +01:00 committed by TheClashFruit's Forgejo
parent 4b12603aec
commit 23bb8f1adc
Signed by untrusted user who does not match committer: Forgejo
GPG key ID: E59A305B48F15D31

View file

@ -20,7 +20,7 @@
Map Map
</a> </a>
</div> </div>
<div class="navRight" style="display: none;"> <div class="navRight">
{% if user %} {% if user %}
<a class="userButton {% if page == 'profile' %}active{% endif %}" href="{% if page == 'profile' %}#{% else %}/profile{% endif %}"> <a class="userButton {% if page == 'profile' %}active{% endif %}" href="{% if page == 'profile' %}#{% else %}/profile{% endif %}">
{{ user.global_name }} {{ user.global_name }}