fix(front): h1 in page headers

This commit is contained in:
ArneBo 2025-01-23 01:18:52 +01:00
parent 8e5ddbfa1b
commit fdfda9ca3e
2 changed files with 3 additions and 3 deletions

View File

@ -128,7 +128,7 @@ const paginateOptions = computed(() => sortedUniq([12, 30, 50, paginateBy.value]
<template>
<Layout stack main v-title="labels.title">
<h2>{{ t('components.library.Albums.header.browse') }}</h2>
<h1>{{ t('components.library.Albums.header.browse') }}</h1>
<Layout form flex
:class="['ui', {'loading': isLoading}, 'form']"
@submit.prevent="search"

View File

@ -129,9 +129,9 @@ const paginateOptions = computed(() => sortedUniq([12, 30, 50, paginateBy.value]
<template>
<Layout stack main v-title="labels.title">
<h2>
<h1>
{{ t('components.library.Artists.header.browse') }}
</h2>
</h1>
<Layout form flex
:class="['ui', {'loading': isLoading}, 'form']"
@submit.prevent="search"