Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WID-550 - Added missing title on span #381

Merged
merged 1 commit into from
Jan 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</span>
{% endif %}
{% if settings.icon_uitx.enabled and event.uitx %}
<span class="cnw_sticker cnw_sticker--uitx">
<span class="cnw_sticker cnw_sticker--uitx" title="Deze activiteit werd geselecteerd door jongeren. Meer cultuurtips? Check uitinvlaanderen.be/uitx">
<svg xmlns="http://www.w3.org/2000/svg" width="98" height="37" viewBox="0 0 99 37">
<g fill-rule="nonzero" fill="none">
<path d="M20.95 21.396c0 2.45-.257 4.426-2.142 6.19-1.686 1.571-3.744 2.127-5.802 2.303-1.8.154-4.144-.115-5.658-1.178-2.084-1.5-2.482-3.72-2.482-6.551V6.549l6.115.508v14.147c0 .76-.029 1.786.371 2.465.458.705 1.372.958 2.144.922.685-.033 1.542-.296 2.056-.83.774-.762.686-1.903.686-2.92V7.492l4.715.392-.002 13.512Zm7.515 6.777-5.658.465V14.519l5.658.176v13.478Zm0-15.011-5.658-.25v-4.87l5.658.47v4.65Zm11.286 14.174-5.715.477V13.505l-4.114-.177V8.632L43.78 9.784v4.141l-4.03-.173v13.584Z" fill="#40404A"/>
Expand Down
Loading