Skip to content

Commit

Permalink
Improve "more" link on home page
Browse files Browse the repository at this point in the history
This makes it clearer that the link takes you to a list of artists and
gives an idea of how many artists are here on jam.
  • Loading branch information
chrislo committed Jan 16, 2024
1 parent 11bf70c commit bc2f50d
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 @@ -28,7 +28,7 @@
<% end %>
</div>
<div class="flex justify-end">
<%= text_link_to "more", artists_path %>
<%= text_link_to "Disover #{Artist.listed.count} more artists", artists_path %>
</div>
</section>

Expand Down

0 comments on commit bc2f50d

Please sign in to comment.