We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d402c9 commit 4b72d95Copy full SHA for 4b72d95
src/lib/Tag/Tag.tsx
@@ -42,7 +42,7 @@ export const Tag = ({
42
43
return (
44
<div id={id ?? undefined} className={`${styling} ${className}`}>
45
- {iconLeft && typeof iconLeft === "string" && <img alt="" src={iconLeft} width={16} height={16} />}
+ {iconLeft && typeof iconLeft === "string" && <img alt="left-icon" src={iconLeft} width={16} height={16} />}
46
{iconLeft && typeof iconLeft !== "string" && <div className="icon">
47
{iconLeft}
48
</div>}
0 commit comments