Skip to content

Commit

Permalink
commit with lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz committed Jul 31, 2024
1 parent 34017db commit 6d4b9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/Card/Card.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const LinkCard: Story = (args) => (
rel='noopener noreferrer'
>
<Card.Media>
<img src={cat5} alt='' />
<img src={cat5} />

Check failure on line 62 in packages/react/src/components/Card/Card.stories.tsx

View workflow job for this annotation

GitHub Actions / Builds, lints and tests code

lint/a11y/useAltText

Provide a text alternative through the alt, aria-label or aria-labelledby attribute

Check failure on line 62 in packages/react/src/components/Card/Card.stories.tsx

View workflow job for this annotation

GitHub Actions / Builds, lints and tests code

lint/a11y/useAltText

Provide a text alternative through the alt, aria-label or aria-labelledby attribute
</Card.Media>
<Card.Header>
<Heading size='sm' level={2}>
Expand Down

0 comments on commit 6d4b9e2

Please sign in to comment.