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

@@ -4,9 +4,9 @@
<h1 class="font-bold text-gray-700 text-xl md:text-3xl my-4 dark:text-gray-400 text-center">
{{ $t('contact.why.title') }}
</h1>
<h3 class="text-lg">
<h2 class="text-lg">
{{ $t('contact.why.description') }}
</h3>
</h2>
</section>
<ContactForm class="w-full"/>
</main>