mirror of
https://github.com/elk-zone/elk.git
synced 2025-03-31 13:54:41 +03:00
refactor: improve account info UI
This commit is contained in:
parent
8a43cfaca5
commit
5605d518dc
2 changed files with 3 additions and 2 deletions
|
@ -11,7 +11,8 @@
|
|||
<div flex-auto />
|
||||
<AccountInfo
|
||||
v-if="currentUser"
|
||||
p4
|
||||
mx4 mb4 p2 rounded
|
||||
hover:bg-active cursor-pointer
|
||||
:account="currentUser?.account"
|
||||
:link="false"
|
||||
@click="openUserSwitcher"
|
||||
|
|
Loading…
Add table
Reference in a new issue