Skip to content

Commit

Permalink
fix wcag by replace div > span with h3
Browse files Browse the repository at this point in the history
  • Loading branch information
BarbaraOliveira13 committed Feb 26, 2025
1 parent 0f26030 commit 913b14f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<% extra_data_items.each do |item| %>
<div class="participatory-space__metadata-item">
<div class="participatory-space__metadata-item-title">
<h3 class="participatory-space__metadata-item-title">
<%= icon item[:icon] %>
<span><%= item[:title] %></span>
</div>
<%= item[:title] %>
</h3>
<% if item[:text].present? %>
<%= content_tag :span, item[:text] %>
<% elsif item[:partial].present? %>
Expand Down

0 comments on commit 913b14f

Please sign in to comment.