File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 2020 </ul >
2121 </nav >
2222
23- <h2 >
23+ <h1 class = " title is-2 " >
2424 {{ $t('chooser.heading') }}
25- </h2 >
25+ </h1 >
2626 <p class =" stepper-instructions body-bigger" >
2727 {{ $t('chooser.instructions') }}
2828 </p >
Original file line number Diff line number Diff line change 166166 </div >
167167 <div class =" column" >
168168 <section class =" donate-section" >
169- <h5 >{{ $t('footer.donation.header') }} </h5 >
169+ <h2 class =" title is-5" >
170+ {{ $t('footer.donation.header') }}
171+ </h2 >
170172 <p >{{ $t('footer.donation.call') }}</p >
171173 <a
172174 class =" button small donate"
Original file line number Diff line number Diff line change 11<template >
22 <div class =" help-section" >
3- <h3 >
3+ <h2 class = " title is-3 " >
44 {{ $t('help.heading') }}
5- </h3 >
5+ </h2 >
66 <ul class =" help-links" >
77 <li
88 v-for =" (modal, idx) in modals"
Original file line number Diff line number Diff line change 55 @click =" activate"
66 @keyup.13 =" activate"
77 >
8- <h5 class =" step-header__title b-header" >
8+ <h2 class =" step-header__title b-header title is-5 " >
99 {{ $t(stepHeaderText) }}
10- </h5 >
10+ </h2 >
1111 <div
1212 v-if =" step.status === 'completed'"
1313 class =" step-header__caption"
You can’t perform that action at this time.
0 commit comments