feat:#20 changed title headline to h1

This commit is contained in:
Elmar Kresse
2024-07-02 12:03:09 +02:00
parent eca68ec4c2
commit 1e99134ec9
3 changed files with 6 additions and 6 deletions

View File

@ -21,9 +21,9 @@ function handleDarkModeToggled(isDarkVar: boolean) {
<div
class="flex align-items-center justify-content-center gap-3 mx-2 mb-4 transition-rolldown md:mt-8"
>
<h3 class="text-4xl">
<h1 class="text-4xl">
{{ $t("settings.headline") }}
</h3>
</h1>
<i v-if="icon" :class="icon" style="font-size: 2rem"></i>
</div>
<div v-if="$t('settings.subTitle')" class="flex justify-content-center">