mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 02:08:57 +00:00
Remove unnecessary aria-hidden in badge
This commit is contained in:
@@ -95,11 +95,7 @@ export namespace ExperimentalAxoBadge {
|
||||
return null;
|
||||
}
|
||||
if (value === 'mention') {
|
||||
return (
|
||||
<span aria-hidden>
|
||||
<AxoSymbol.InlineGlyph symbol="at" label={null} />
|
||||
</span>
|
||||
);
|
||||
return <AxoSymbol.InlineGlyph symbol="at" label={null} />;
|
||||
}
|
||||
if (typeof value === 'number') {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user