feat: hide user handle in zen mode

pull/1049/head
Anthony Fu 2023-01-13 01:39:48 +01:00
rodzic 9571d7338a
commit f758fc6bea
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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>