Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:mainio/decidim-module-plans into…
Browse files Browse the repository at this point in the history
… develop
  • Loading branch information
sinaeftekhar committed Nov 15, 2023
2 parents f3b970f + 2dbe0e2 commit 514e109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/cells/decidim/plans/plan_m/image.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<% if resource_image_path.present? %>
<%= image_tag resource_image_path, class: "card__image", alt: title %>
<%= image_tag resource_image_path, class: "card__image", alt: title, aria: { hidden: true } %>
<% end %>

0 comments on commit 514e109

Please sign in to comment.