mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 10:19:08 +00:00
Remove unnecessary aria-hidden in badge
This commit is contained in:
@@ -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 (
|
||||||
|
|||||||
Reference in New Issue
Block a user