Skip to content
Snippets Groups Projects
Commit 365a4142 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-4704: updating alt tag for images on card

parent f9f4e48b
No related branches found
No related tags found
1 merge request!66ISTWCMS-4704: adding date component with ability to handle multiple dates and...
......@@ -59,7 +59,7 @@
{% if image %}
<div class="card__image">
<img src="{{ image.uri }}" alt="{{ image.alt }} "/>
<img src="{{ image.uri }}" alt="{{ image.alt }}" />
</div>
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment