Remove unnecessary aria-hidden in badge

This commit is contained in:
Jamie Kyle
2025-11-12 16:59:26 -08:00
parent c41efe7f59
commit 3609f11f11

View File

@@ -95,11 +95,7 @@ export namespace ExperimentalAxoBadge {
return null; return null;
} }
if (value === 'mention') { if (value === 'mention') {
return ( return <AxoSymbol.InlineGlyph symbol="at" label={null} />;
<span aria-hidden>
<AxoSymbol.InlineGlyph symbol="at" label={null} />
</span>
);
} }
if (typeof value === 'number') { if (typeof value === 'number') {
return ( return (