@@ -6,41 +6,44 @@ const convexVueContext = inject<ConvexVueContext>('convex-vue')
66 </script >
77
88<template >
9- <header class =" grid grid-cols-12 h-73px items-center border-b bg-surface-100 px-2 transition-background-color view-transition-header xl:gap-10 dark:bg-surface-800 lg:px-8 md:px-6 sm:px-4 " >
9+ <header class =" grid grid-cols-12 h-73px items-center text-h-4 view-transition-header xl:gap-10" >
1010 <div class =" col-span-3 h-full flex items-center justify-start gap-2 py-4 text-xl" >
11- <NuxtLink to =" / " class =" h-full" >
11+ <NuxtLink to =" https://github.com/NamesMT/starter-monorepo " external target = " _blank " class =" h-full flex items-center gap-3 text-h-3 font-black " >
1212 <Logo class =" h-full text-surface-900 dark:text-surface-0" />
13+ <h1 class =" whitespace-nowrap max-sm:hidden" >
14+ starter-monorepo
15+ </h1 >
1316 </NuxtLink >
1417 </div >
1518
1619 <div
17- class =" col-span-6 h-full flex flex-row justify-center gap-2 text-surface-700 font-medium 2xl:gap-10 lg:gap-6 md:gap-5 sm:gap-4 xl:gap-7 [& >*]:(px-4 md:px-6 xl:px-8 ) dark:text-surface-300"
20+ class =" col-span-6 flex flex-row justify-center gap-2 py-2.5 text-surface-700 font-medium 2xl:gap-8 lg:gap-5 md:gap-4 sm:gap-3 xl:gap-6 [& >*]:(px-2 ) dark:text-surface-300"
1821 >
1922 <NuxtLink
2023 to =" /" class =" group flex items-center"
21- exact-active-class =" text-accent-foreground font-semibold border-t -2px border-primary bg-gradient-to-b from-primary/20 "
24+ exact-active-class =" text-secondary border-b -2px border-secondary "
2225 >
23- <span class =" group-hover:text-mainGradient " >{{ $t('pages.home.title') }}</span >
26+ <span class =" transition-all group-hover:text-h-3 group-hover:text-accent-foreground " >{{ $t('pages.home.title') }}</span >
2427 </NuxtLink >
25-
2628 <NuxtLink
2729 to =" /test" class =" group flex items-center"
28- active-class =" text-accent-foreground font-semibold border-t -2px border-primary bg-gradient-to-b from-primary/20 "
30+ exact- active-class =" text-secondary border-b -2px border-secondary "
2931 >
30- <span class =" group-hover:text-primary " >{{ $t('pages.test.title') }}</span >
32+ <span class =" transition-all group-hover:text-h-3 group-hover:text-accent-foreground " >{{ $t('pages.test.title') }}</span >
3133 </NuxtLink >
32-
3334 <NuxtLink
3435 v-if =" convexVueContext?.clientRef?.value"
3536 to =" /chat" class =" group flex items-center"
36- active-class =" text-accent-foreground font-semibold border-t -2px border-primary bg-gradient-to-b from-primary/20 "
37+ exact- active-class =" text-secondary border-b -2px border-secondary "
3738 >
38- <span class =" group-hover:text-primary " >{{ $t('pages.chat.title') }}</span >
39+ <span class =" transition-all group-hover:text-h-3 group-hover:text-accent-foreground " >{{ $t('pages.chat.title') }}</span >
3940 </NuxtLink >
4041 </div >
4142
4243 <div class =" col-span-3 flex" >
43- <div class =" flex grow items-center justify-end gap-5" />
44+ <div class =" flex grow items-center justify-end gap-4" >
45+ <LanguageDropdown />
46+ </div >
4447 </div >
4548 </header >
4649</template >
0 commit comments