️(frontend) hide avatar initials from sr to avoid duplicate names

prevents screen readers from announcing participant names twice

Signed-off-by: Cyril <c.gromoff@gmail.com>
This commit is contained in:
Cyril
2025-12-11 11:05:04 +01:00
parent db188075af
commit 0a7eb97c90

View File

@@ -68,6 +68,7 @@ export const Avatar = ({
{...props}
>
<span
aria-hidden="true"
className={css({
marginTop: '-0.3rem',
})}