Skip to content

Commit 9986666

Browse files
committed
Remove temporary ha class from heading in App.vue
Before the Vocabulary package was available, 'ha' and 'hb' styles were applied to headings. Now they are replaced with 'b-heading' for 'hb' headings, 'a-heading' styles are applied by default.
1 parent 7c4c122 commit 9986666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
>
88
<div class="page-head">
99
<div class="select-license-column">
10-
<h2 class="vocab h2a ha">
10+
<h2 class="vocab">
1111
{{ $t('select-license.heading') }}
1212
</h2>
1313
<p class="stepper-instructions vocab-body body-bigger">

0 commit comments

Comments
 (0)