From 8bb83a4e071b24ead3634e3322e36c72ed22b25a Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Thu, 4 Sep 2025 16:30:43 +0200 Subject: [PATCH] fix: update heading elements for consistency; change h3 to h2 and adjust font sizes --- app/components/chat/Main.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/components/chat/Main.vue b/app/components/chat/Main.vue index 70cb6f7..c6ff12d 100644 --- a/app/components/chat/Main.vue +++ b/app/components/chat/Main.vue @@ -17,11 +17,11 @@ const { t } = useI18n() scale: 1, transition: { ease: 'linear' }, }" - class="font-bold text-3xl sm:text-4xl duration-200" + class="font-bold text-5xl duration-200" > {{ t('chat.welcome') }} -

{{ t('chat.ask') }} -

+