@@ -6,9 +6,9 @@ const convexVueContext = inject<ConvexVueContext>('convex-vue')
66 </script >
77
88<template >
9- <header class =" text-h4 grid grid-cols-12 h-73px items-center view-transition-header xl:gap-10" >
9+ <header class =" text-xl grid grid-cols-12 h-73px items-center view-transition-header xl:gap-10" >
1010 <div class =" text-xl py-4 flex gap-2 col-span-3 h-full items-center justify-start" >
11- <NuxtLink to =" https://github.com/NamesMT/starter-monorepo" external target =" _blank" class =" text-h3 font-black flex gap-3 h-full items-center" >
11+ <NuxtLink to =" https://github.com/NamesMT/starter-monorepo" external target =" _blank" class =" text-2xl font-black flex gap-3 h-full items-center" >
1212 <Logo class =" text-surface-900 h-full dark:text-surface-0" />
1313 <h1 class =" whitespace-nowrap max-sm:hidden" >
1414 starter-monorepo
@@ -23,20 +23,20 @@ const convexVueContext = inject<ConvexVueContext>('convex-vue')
2323 to =" /" class =" group flex items-center"
2424 exact-active-class =" text-secondary border-b-2px border-secondary"
2525 >
26- <span class =" transition-all group-hover:text-h3 group-hover:text-accent-foreground" >{{ $t('pages.home.title') }}</span >
26+ <span class =" transition-all group-hover:text-2xl group-hover:text-accent-foreground" >{{ $t('pages.home.title') }}</span >
2727 </NuxtLink >
2828 <NuxtLink
2929 to =" /test" class =" group flex items-center"
3030 exact-active-class =" text-secondary border-b-2px border-secondary"
3131 >
32- <span class =" transition-all group-hover:text-h3 group-hover:text-accent-foreground" >{{ $t('pages.test.title') }}</span >
32+ <span class =" transition-all group-hover:text-2xl group-hover:text-accent-foreground" >{{ $t('pages.test.title') }}</span >
3333 </NuxtLink >
3434 <NuxtLink
3535 v-if =" convexVueContext?.clientRef?.value"
3636 to =" /chat" class =" group flex items-center"
3737 exact-active-class =" text-secondary border-b-2px border-secondary"
3838 >
39- <span class =" transition-all group-hover:text-h3 group-hover:text-accent-foreground" >{{ $t('pages.chat.title') }}</span >
39+ <span class =" transition-all group-hover:text-2xl group-hover:text-accent-foreground" >{{ $t('pages.chat.title') }}</span >
4040 </NuxtLink >
4141 </div >
4242
0 commit comments