Skip to content

Commit

Permalink
Merge pull request #309 from oaknational/feat/add-subject-cooking-icon
Browse files Browse the repository at this point in the history
feat: add empty alt text to oakicon story
  • Loading branch information
njblore authored Oct 10, 2024
2 parents 54493b9 + 5d6059b commit 6711b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/atoms/OakIcon/OakIcon.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const AllIcons: Story = {
{oakIconNames.map((iconName) => {
return (
<OakFlex key={iconName} $gap={"space-between-s"}>
<OakIcon {...args} iconName={iconName} />
<OakIcon {...args} iconName={iconName} alt="" />
<OakTypography>{iconName}</OakTypography>
</OakFlex>
);
Expand Down

0 comments on commit 6711b90

Please sign in to comment.