Client - add missing class to logout button in nav bar
This commit is contained in:
parent
b9f0deffe1
commit
4c5a5f3d23
@ -60,7 +60,7 @@
|
|||||||
{{ authUser.username }}
|
{{ authUser.username }}
|
||||||
</router-link>
|
</router-link>
|
||||||
<button
|
<button
|
||||||
class="nav-button transparent"
|
class="nav-button logout-button transparent"
|
||||||
@click="updateDisplayModal(true)"
|
@click="updateDisplayModal(true)"
|
||||||
:title="$t('user.LOGOUT')"
|
:title="$t('user.LOGOUT')"
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user