Skip to content

Commit

Permalink
docs(card): add missing alt tag (#1312)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroedin authored Oct 29, 2023
1 parent ce768c6 commit dae4a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elements/rh-card/demo/variants.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h2 slot="header">End aligned content, footer</h2>
</rh-card>

<rh-card class="full">
<img slot="header" src="kitten-400x250.jpeg"></img>
<img slot="header" src="kitten-400x250.jpeg" alt="a kitten's cute little face"></img>
<h2 slot="header">Card with slotted image header. Full width image.</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Nullam eleifend elit sed est egestas, a sollicitudin mauris
Expand Down

0 comments on commit dae4a7e

Please sign in to comment.