Skip to content

Commit

Permalink
Rename Talk to Section for sections
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed Dec 7, 2024
1 parent 213d655 commit 63d2e14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/talks/_talk.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
<% if talk.parent_talk.present? || talk.meta_talk? %>
<% parent_talk = talk.parent_talk || talk %>

<h3 class="font-bold text-md mt-3">Talks in this recording</h3>
<h3 class="font-bold text-md mt-3">Sections in this recording</h3>

<div class="relative group border border-transparent" id="talkToggle">
<div class="max-h-[220px] group-data-[expanded]:max-h-none overflow-y-hidden transition transition-all">
Expand All @@ -222,7 +222,7 @@

<div class="flex flex-col gap-0.5 justify-center">
<div class="text-xs text-gray-500 mb-1 hidden xl:block">
Talk <%= index + 1 %>
Section <%= index + 1 %>
</div>
<div class="text-sm font-bold">
<%= child_talk.speakers.map(&:name).to_sentence %>
Expand Down

0 comments on commit 63d2e14

Please sign in to comment.