summaryrefslogtreecommitdiffstats
path: root/src/components/organisms/toolbar/settings.tsx
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-06-07 12:11:28 +0200
committerArmand Philippot <git@armandphilippot.com>2022-06-07 12:11:28 +0200
commitac79a48c07c538316949d6284bc5d9c0eb2e3f91 (patch)
tree93c1347013b74e1c2400ea84e8f212d6021192ca /src/components/organisms/toolbar/settings.tsx
parent22eeede34778d8e903a1999bfc6bc715c361d9ce (diff)
chore: add aria hidden attribute to SVG icons
Diffstat (limited to 'src/components/organisms/toolbar/settings.tsx')
-rw-r--r--src/components/organisms/toolbar/settings.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/organisms/toolbar/settings.tsx b/src/components/organisms/toolbar/settings.tsx
index 0e7daa2..ee59e26 100644
--- a/src/components/organisms/toolbar/settings.tsx
+++ b/src/components/organisms/toolbar/settings.tsx
@@ -63,7 +63,7 @@ const Settings: ForwardRefRenderFunction<HTMLDivElement, SettingsProps> = (
aria-label={label}
isActive={isActive}
>
- <Cog />
+ <Cog aria-hidden={true} />
</FlippingLabel>
<SettingsModal
ackeeStorageKey={ackeeStorageKey}