Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
Add aria-label to the Settings button (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist authored Oct 15, 2021
1 parent 48af2ef commit 1a187a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PanelsView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const PanelsView = (props: BoxProps) => {
</Tab>
{!embed?.isEmbedded && (
<Tab marginLeft="auto" marginRight="2">
<SettingsIcon />
<SettingsIcon aria-label="Settings" />
</Tab>
)}
{!embed?.isEmbedded && <Login />}
Expand Down

0 comments on commit 1a187a8

Please sign in to comment.