Skip to content

Commit

Permalink
Change link text in homepage SectionComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislo committed Aug 9, 2024
1 parent 48494bd commit c2343e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/interests/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<%= render(
SectionComponent.new(
title: 'Recently purchased',
link_text: "Discover #{Artist.listed.count} more artists",
link_text: "View All",
link_path: artists_path)
) do %>
<div class="grid grid-cols-4 gap-4 mb-3">
Expand Down

0 comments on commit c2343e7

Please sign in to comment.