Skip to content

Commit 08c4cf7

Browse files
committed
update typography
1 parent a935052 commit 08c4cf7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/web/app/pages/sharemap.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ useHead({
6969
<div class="sharemap">
7070
<div class="sharemap-body">
7171
<div>
72-
<h2>{{ $t('speaker.title') }}</h2>
72+
<VFTitle id="speaker">{{ $t('speaker.title') }}</VFTitle>
7373
<VFTextLink
7474
v-for="speaker in [...sessionSpeakers.list, ...lightningTalkSpeakers.list, ...sponsorSessionSpeakers.list]"
7575
:key="speaker.id"
@@ -81,7 +81,7 @@ useHead({
8181
</VFTextLink>
8282
</div>
8383
<div>
84-
<h2>{{ $t('sponsor.title') }}</h2>
84+
<VFTitle id="sponsor">{{ $t('sponsor.title') }}</VFTitle>
8585
<VFTextLink
8686
v-for="sponsor in Array.from(
8787
new Map(
@@ -115,7 +115,7 @@ useHead({
115115
</VFTextLink>
116116
</div>
117117
<div>
118-
<h2>{{ $t('staff.title') }}</h2>
118+
<VFTitle id="staff">{{ $t('staff.title') }}</VFTitle>
119119
<VFTextLink
120120
v-for="staff in allStaffs.list"
121121
:key="staff.id"

0 commit comments

Comments
 (0)