@@ -6,42 +6,42 @@ const convexVueContext = inject<ConvexVueContext>('convex-vue')
66 </script >
77
88<template >
9- <header class =" grid grid-cols-12 h-73px items-center text-h-4 view-transition-header xl:gap-10" >
10- <div class =" col-span-3 h-full flex items-center justify-start gap-2 py-4 text-xl " >
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 " >
12- <Logo class =" h-full text-surface-900 dark:text-surface-0" />
9+ <header class =" text-h4 grid grid-cols-12 h-73px items-center view-transition-header xl:gap-10" >
10+ <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 " >
12+ <Logo class =" text-surface-900 h-full dark:text-surface-0" />
1313 <h1 class =" whitespace-nowrap max-sm:hidden" >
1414 starter-monorepo
1515 </h1 >
1616 </NuxtLink >
1717 </div >
1818
1919 <div
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 "
20+ class =" text-surface-700 font-medium py-2.5 flex flex-row gap-2 col-span-6 justify-center dark: text-surface-300 [ & >*]:(px-2) 2xl:gap-8 lg:gap-5 md:gap-4 sm:gap-3 xl:gap-6"
2121 >
2222 <NuxtLink
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-h-3 group-hover:text-accent-foreground" >{{ $t('pages.home.title') }}</span >
26+ <span class =" transition-all group-hover:text-h3 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-h-3 group-hover:text-accent-foreground" >{{ $t('pages.test.title') }}</span >
32+ <span class =" transition-all group-hover:text-h3 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-h-3 group-hover:text-accent-foreground" >{{ $t('pages.chat.title') }}</span >
39+ <span class =" transition-all group-hover:text-h3 group-hover:text-accent-foreground" >{{ $t('pages.chat.title') }}</span >
4040 </NuxtLink >
4141 </div >
4242
43- <div class =" col-span-3 flex " >
44- <div class =" flex grow items-center justify-end gap-4 " >
43+ <div class =" flex col-span-3" >
44+ <div class =" flex grow gap-4 items-center justify-end" >
4545 <LanguageDropdown />
4646 </div >
4747 </div >
0 commit comments