Not needed here

This commit is contained in:
Jason Zimdars
2025-07-09 11:08:09 -05:00
parent abc2b49992
commit 55f92e73f7
@@ -20,7 +20,7 @@
<%= card.title %>
</h1>
<%= link_to public_collection_card_path(card.collection.publication.key, card), draggable: false, class: "card__link", title: card_title_tag(card), data: { action: "dialog#close", turbo_frame: "_top" } do %>
<%= link_to public_collection_card_path(card.collection.publication.key, card), class: "card__link", title: card_title_tag(card) do %>
<span class="for-screen-reader"><%= card.title %></span>
<% end %>
</div>