File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ useHead({
69
69
<div class =" sharemap" >
70
70
<div class =" sharemap-body" >
71
71
<div >
72
- <h2 >{{ $t('speaker.title') }}</h2 >
72
+ <VFTitle id = " speaker " >{{ $t('speaker.title') }}</VFTitle >
73
73
<VFTextLink
74
74
v-for =" speaker in [...sessionSpeakers.list, ...lightningTalkSpeakers.list, ...sponsorSessionSpeakers.list]"
75
75
:key =" speaker.id"
@@ -81,7 +81,7 @@ useHead({
81
81
</VFTextLink >
82
82
</div >
83
83
<div >
84
- <h2 >{{ $t('sponsor.title') }}</h2 >
84
+ <VFTitle id = " sponsor " >{{ $t('sponsor.title') }}</VFTitle >
85
85
<VFTextLink
86
86
v-for =" sponsor in Array.from(
87
87
new Map(
@@ -115,7 +115,7 @@ useHead({
115
115
</VFTextLink >
116
116
</div >
117
117
<div >
118
- <h2 >{{ $t('staff.title') }}</h2 >
118
+ <VFTitle id = " staff " >{{ $t('staff.title') }}</VFTitle >
119
119
<VFTextLink
120
120
v-for =" staff in allStaffs.list"
121
121
:key =" staff.id"
You can’t perform that action at this time.
0 commit comments