We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4393303 + 827ae01 commit 66bd44fCopy full SHA for 66bd44f
addon/templates/components/es-card.hbs
@@ -1,6 +1,6 @@
1
<li class="card" ...attributes>
2
{{#if @image}}
3
- <img class="card__image" src={{@image}} alt={{if @alt @alt ""}}>
+ <img class="card__image" src={{@image}} alt={{if @alt @alt ""}} role={{unless @alt "presentation"}}>
4
{{/if}}
5
<div class="card-content">
6
{{yield}}
0 commit comments