Fix typo, move to peer element

This commit is contained in:
Jason Zimdars
2025-06-12 15:51:15 -05:00
parent 913fc7b30e
commit 1adc48eeab
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -6,8 +6,8 @@
<%= render "cards/index/header", filter: @filter %>
<% end %>
<header class="margin-block-end" style="view-transistion-name: card-colleciton-title">
<span class="txt-large overflow-ellipsis margin-none font-black">
<header class="margin-block-end">
<span class="txt-large overflow-ellipsis margin-none font-black" style="view-transistion-name: card-collection-title">
<span><%= filter_title @filter %></span>
</span>
<%= render "filters/settings", filter: @filter %>
+1 -1
View File
@@ -30,7 +30,7 @@
<% end %>
<header class="card-perma__collection-header">
<%= link_to cards_path(collection_ids: [ @card.collection ]), class: "txt-large overflow-ellipsis margin-none txt-ink", style: "view-transistion-name: card-colleciton-title" do %>
<%= link_to cards_path(collection_ids: [ @card.collection ]), class: "txt-large overflow-ellipsis margin-none txt-ink", style: "view-transistion-name: card-collection-title" do %>
&larr; <strong class="font-black"><%= @card.collection.name %></strong>
<% end %>
</header>