Skip to content

Commit

Permalink
added alt to pass test
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosammito committed Dec 19, 2023
1 parent d3010a0 commit f2a0796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/card/Card.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default meta

export const Test = () => {
return <Card>
<Card.Image src={"https://event.gls-west.de/Nico_Sammito.jpg"}/>
<Card.Image alt={"Nico Sammito"} src={"https://event.gls-west.de/Nico_Sammito.jpg"}/>
<Card.Header>
<Card.Title>Nico Sammito</Card.Title>
<Card.Subtitle>Co-Founder</Card.Subtitle>
Expand Down

0 comments on commit f2a0796

Please sign in to comment.