Skip to content

Commit

Permalink
see all speakers
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienpoly committed Sep 8, 2024
1 parent b8a2df0 commit adf0dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/page/home.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<section class="flex flex-col w-full gap-4">
<div class="flex items-center justify-between w-full">
<h2 class="text-primary shrink-0">Active speakers</h2>
<%= link_to "see all speaker", speakers_path, class: "link text-right w-full" %>
<%= link_to "see all speakers", speakers_path, class: "link text-right w-full" %>
</div>
<div class="grid lg:grid-cols-4 gap-4">
<%= render partial: "speakers/card", collection: @active_speakers, as: :speaker %>
Expand Down

0 comments on commit adf0dae

Please sign in to comment.