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') }} -