[SG-36338] Wildcard <Icon /> accessibility, Default role="img"
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: gitstart-sourcegraph
In order to split the Icon accessibility efforts into smaller PRs, we've had to remove the default prop role="img"
from the wildcard's icon component.
img
set as default role, within the wildcards's Icon component.<Icon role="img" ... />
i.e use the find and replace tool (on vscode or any other editor), to find every usage instance of <Icon role="img"
and replace with <Icon
Ensure there are no UI changes on both storybook and application
Check out the client app preview documentation to learn more.
Push commits to the source branch or add previously merged commits to review them.