Skip to content

Commit 0f17ae0

Browse files
committed
update session title
1 parent 9a024da commit 0f17ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/SpeakerPageSection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { closedSession } from '~/utils/status.constants'
2222
</template>
2323

2424
<div class="speaker-session">
25-
<h3>Session</h3>
25+
<h3>Sessions</h3>
2626

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

0 commit comments

Comments
 (0)