mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-07 01:19:57 +00:00
feat: use square avatar for publish widget (#814)
This commit is contained in:
parent
b4012a11bf
commit
b1fbac6ba3
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ defineExpose({
|
|||
|
||||
<div flex gap-3 flex-1>
|
||||
<NuxtLink :to="getAccountRoute(currentUser.account)">
|
||||
<AccountBigAvatar :account="currentUser.account" />
|
||||
<AccountBigAvatar :account="currentUser.account" square />
|
||||
</NuxtLink>
|
||||
<!-- This `w-0` style is used to avoid overflow problems in flex layouts,so don't remove it unless you know what you're doing -->
|
||||
<div
|
||||
|
|
Loading…
Reference in a new issue