feat: hide user handle in zen mode

zio/stable
Anthony Fu 2023-01-13 01:39:48 +01:00
parent 9571d7338a
commit f758fc6bea
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@ const { account, link = true } = defineProps<{
text-link-rounded
>
<AccountDisplayName :account="account" font-bold line-clamp-1 ws-pre-wrap break-all />
<AccountHandle :account="account" />
<AccountHandle :account="account" class="zen-none" />
</NuxtLink>
</template>