Mark up as heading for screen reader navigation

This commit is contained in:
Jason Zimdars
2025-07-02 15:34:32 -05:00
parent 6b4c32ef9f
commit b8f58dc70b
@@ -10,9 +10,9 @@
<%= avatar_image_tag notification.creator %>
</div>
<div class="flex flex-column min-width flex-item-grow">
<h3 class="flex flex-column min-width flex-item-grow font-weight-normal">
<%= render "notifications/notification/#{notification.source_type.underscore}/body", notification: notification %>
</div>
</h3>
</div>
<% end %>
<% end %>