icons
All checks were successful
Deploy / publish-web (push) Successful in 44s

This commit is contained in:
2026-02-03 22:02:45 +06:00
parent 0a3b2c3dc8
commit 8e0a08da05
55 changed files with 29 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
class="absolute bottom-2 text-sm opacity-70 group-hover:opacity-100"
rounded
>
{{ isMe ? 'You' : client.username }}
{{ isMe ? 'You' : client.displayName }}
</PrimeTag>
</div>
</template>