From fdfda9ca3ea370ec25cc11ec51344ea065643f10 Mon Sep 17 00:00:00 2001 From: ArneBo Date: Thu, 23 Jan 2025 01:18:52 +0100 Subject: [PATCH] fix(front): h1 in page headers --- front/src/components/library/Albums.vue | 2 +- front/src/components/library/Artists.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/front/src/components/library/Albums.vue b/front/src/components/library/Albums.vue index 9dccab345..1671ec73a 100644 --- a/front/src/components/library/Albums.vue +++ b/front/src/components/library/Albums.vue @@ -128,7 +128,7 @@ const paginateOptions = computed(() => sortedUniq([12, 30, 50, paginateBy.value]