Skip to content

Commit 3874e6e

Browse files
committed
fix: a11y error
1 parent 0653769 commit 3874e6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/HomeView.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ const scrollToTop = () => {
122122
{{ $t("Billed anually. Cancel anytime") }}
123123
</p>
124124
</hgroup>
125-
<ul class="three-column-grid">
125+
<div class="three-column-grid">
126126
<card-element v-for="pricing in pricingData" :key="pricing.id">
127127
<hgroup>
128128
<h3>{{ pricing.name }}</h3>
@@ -139,7 +139,7 @@ const scrollToTop = () => {
139139
{{ $t("Get started") }}
140140
</button>
141141
</card-element>
142-
</ul>
142+
</div>
143143
</section>
144144

145145
<section id="features">

0 commit comments

Comments
 (0)