We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cf5a09 commit 9064f99Copy full SHA for 9064f99
packages/storybook-docs/src/components/Statuses/Status.tsx
@@ -16,7 +16,7 @@ export function Status({ icon, label, link, status }: StatusProps) {
16
return (
17
<a className={theme.badge} {...attrs}>
18
<span>
19
- <img src={icon} alt="" />
+ <img src={icon} alt={`${label} icon`} />
20
{label}
21
</span>
22
<span className={theme[`status-${status}`]}>{status}</span>
0 commit comments