mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-01-14 15:54:03 +01:00
fix: add aria-label attributes for accessibility and update text-muted class for consistency
This commit is contained in:
@@ -85,7 +85,7 @@ const dynamicComponent = computed(() => componentMap[props.message.type])
|
||||
<span class="md:hidden">Arthur DANJOU</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="text-muted opacity-0 group-hover:opacity-80 duration-500 flex text-xs italic justify-start">
|
||||
<div class="text-muted-foreground opacity-0 group-hover:opacity-80 duration-500 flex text-xs italic justify-start">
|
||||
{{ formatDate }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user