Skip to content

Commit

Permalink
a11y status icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigui committed Sep 26, 2023
1 parent 5cf5a09 commit 9064f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/storybook-docs/src/components/Statuses/Status.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function Status({ icon, label, link, status }: StatusProps) {
return (
<a className={theme.badge} {...attrs}>
<span>
<img src={icon} alt="" />
<img src={icon} alt={`${label} icon`} />
{label}
</span>
<span className={theme[`status-${status}`]}>{status}</span>
Expand Down

0 comments on commit 9064f99

Please sign in to comment.