Use preview instead of mini cards

This commit is contained in:
Andy Smith
2025-04-10 11:45:50 -05:00
parent 88ecdf5165
commit 649b4801bb
@@ -4,7 +4,7 @@
</h2>
<% if cards.any? %>
<%= render partial: "cards/display/mini", collection: cards, as: :card, cached: true %>
<%= render partial: "cards/display/preview", collection: cards, as: :card, cached: true %>
<% else %>
<p class="txt-medium translucent">Nothing here</p>
<% end %>