Fix navbar username alignment
This commit is contained in:
parent
06b032cabf
commit
e624453472
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
<a href="#" class="right">
|
||||
<span>{{ user.username }}</span> <img src="https://cdn.discordapp.com/avatars/{{ user.id }}/{{ user.avatar }}.webp?size=1024">
|
||||
</a>
|
||||
<a href="/logout" class="right">
|
||||
<a href="/logout">
|
||||
<span>Log out</span>
|
||||
</a>
|
||||
{% else%}
|
||||
|
|
Loading…
Add table
Reference in a new issue