feat: use square avatars for logged in user
This commit is contained in:
parent
640075fed1
commit
e5a9bd7370
6 changed files with 9 additions and 6 deletions
|
@ -28,7 +28,7 @@ const wideLayout = computed(() => route.meta.wideLayout ?? false)
|
|||
hover:bg-active cursor-pointer transition-100
|
||||
:to="getAccountRoute(currentUser.account)"
|
||||
>
|
||||
<AccountInfo :account="currentUser.account" md:break-words />
|
||||
<AccountInfo :account="currentUser.account" md:break-words square />
|
||||
</NuxtLink>
|
||||
<UserDropdown />
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue