fix: 🐛 Fix broken Note UIs

This commit is contained in:
Jesse Wierzbinski 2025-04-10 14:48:03 +02:00
parent b6080eff60
commit ac0a571ecc
No known key found for this signature in database
20 changed files with 154 additions and 95 deletions

View file

@ -1,5 +1,5 @@
<template>
<Avatar :shape="(shape.value as 'circle' | 'square')" :size="size">
<Avatar :class="shape.value === 'square' && 'rounded-md'" :size="size">
<AvatarFallback v-if="name">
{{ getInitials(name) }}
</AvatarFallback>