1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-10-04 18:00:00 +01:00

feat: hide user handle in zen mode

This commit is contained in:
Anthony Fu 2023-01-13 01:39:48 +01:00
parent 9571d7338a
commit f758fc6bea

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>