Skip to content

Commit

Permalink
update session title
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyuujin committed Jun 19, 2024
1 parent 9a024da commit 0f17ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/SpeakerPageSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { closedSession } from '~/utils/status.constants'
</template>

<div class="speaker-session">
<h3>Session</h3>
<h3>Sessions</h3>

<div class="speakers">
<SpeakerCard v-for="speaker in sessionSpeakers" :key="speaker.id" :speaker="speaker" />
Expand Down

0 comments on commit 0f17ae0

Please sign in to comment.