Skip to content

Commit

Permalink
Should use xlinkHref since we aren't using svg4everybody
Browse files Browse the repository at this point in the history
  • Loading branch information
bryceosterhaus committed Apr 3, 2019
1 parent 9a63680 commit 5b01825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/clay-icon/src/ClayIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const ClayIcon: React.FunctionComponent<Props> = ({
)}
role="presentation"
>
<use data-href={`${spriteMapVal}#${symbol}`} />
<use xlinkHref={`${spriteMapVal}#${symbol}`} />
</svg>
);
};
Expand Down

0 comments on commit 5b01825

Please sign in to comment.