forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-03 12:12:03 -06:00
parent a78103704c
commit d0fc328d26
2 changed files with 7 additions and 1 deletions

View File

@ -47,7 +47,7 @@
</li>
<li>
<button class="dropdown-item block w-full text-left px-4 py-2 text-sm text-gray-200 bg-gradient-to-t hover:from-red-800 hover:to-red-700 hover:shadow-inner focus:shadow-inner focus:bg-gradient-to-t focus:from-red-800 focus:to-red-700" onclick="post_toast('/logout', '1')">
<i class="fas fa-power-off fa-sm fa-fw mr-4"></i>Logout
<i class="fas fa-power-off fa-sm fa-fw mr-4"></i>Log out
</button>
</li>
</ul>

View File

@ -163,6 +163,12 @@
Settings
</a>
</li>
<li>
<button class="text-gray-700 hover:text-gray-900" onclick="post_toast('/logout', '1')">
<i class="fas fa-power-off fa-fw mr-2"></i>
Log out
</button>
</li>
</ul>
{% else %}
<ul class="flex flex-col space-y-2">