Fix lighthouse bug errors

This commit is contained in:
2021-09-01 20:31:06 +02:00
parent 235eff3f85
commit 8bd1cccc73
4 changed files with 8 additions and 8 deletions

View File

@@ -10,9 +10,9 @@
<h1 class="font-bold text-black text-4xl">
{{ $t('home.ad.env.title') }}
</h1>
<h3 class="px-4 text-xl text-gray-700">
<h2 class="px-4 text-xl text-gray-700">
{{ $t('home.ad.env.description') }}
</h3>
</h2>
</div>
</Ad>
</nuxt-link>
@@ -25,9 +25,9 @@
<h1 class="font-bold text-black text-4xl">
{{ $t('home.ad.contact.title') }}
</h1>
<h3 class="px-4 text-lg text-gray-700">
<h2 class="px-4 text-lg text-gray-700">
{{ $t('home.ad.contact.description') }}
</h3>
</h2>
</div>
</Ad>
</nuxt-link>