forked from Mirrors/elk
feat: hide user handle in zen mode
This commit is contained in:
parent
9571d7338a
commit
f758fc6bea
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@ const { account, link = true } = defineProps<{
|
||||||
text-link-rounded
|
text-link-rounded
|
||||||
>
|
>
|
||||||
<AccountDisplayName :account="account" font-bold line-clamp-1 ws-pre-wrap break-all />
|
<AccountDisplayName :account="account" font-bold line-clamp-1 ws-pre-wrap break-all />
|
||||||
<AccountHandle :account="account" />
|
<AccountHandle :account="account" class="zen-none" />
|
||||||
</NuxtLink>
|
</NuxtLink>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in a new issue