Client - add missing class to logout button in nav bar

This commit is contained in:
Sam 2023-12-17 09:53:53 +01:00
parent b9f0deffe1
commit 4c5a5f3d23

View File

@ -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')"
> >