@@ -73,7 +73,7 @@ const avatarStyle = computed(() => ({
7373 <!-- Mobile overlay -->
7474 <div
7575 v-if =" isOpen"
76- class =" fixed inset-0 z-40 bg-gray-600 bg-opacity-50 lg:hidden"
76+ class =" bg-opacity-50 fixed inset-0 z-40 bg-gray-600 lg:hidden"
7777 @click =" emit('toggle')"
7878 />
7979
@@ -89,7 +89,7 @@ const avatarStyle = computed(() => ({
8989 <Link href =" /" class =" group flex items-center space-x-2" >
9090 <div class =" relative" >
9191 <div
92- class =" absolute inset-0 scale-110 rounded-xl bg-brand-200/20 opacity-0 blur-sm transition-opacity group-hover:opacity-100"
92+ class =" bg-brand-200/20 absolute inset-0 scale-110 rounded-xl opacity-0 blur-sm transition-opacity group-hover:opacity-100"
9393 />
9494 <img
9595 src =" /images/logo.svg"
@@ -120,7 +120,7 @@ const avatarStyle = computed(() => ({
120120 'group flex items-center rounded-lg px-3 py-2 text-sm font-medium transition-all duration-200',
121121 isActiveRoute(item.href)
122122 ? 'bg-brand-100 text-brand-700 shadow-sm'
123- : 'text-gray-700 hover:bg-gray-50 hover:text-brand-600 '
123+ : 'hover: text-brand-600 text- gray-700 hover:bg-gray-50'
124124 ]"
125125 :prefetch =" item.prefetch"
126126 :cache-for =" item.cacheFor"
@@ -131,7 +131,7 @@ const avatarStyle = computed(() => ({
131131 'mr-3 text-lg transition-colors',
132132 isActiveRoute(item.href)
133133 ? 'text-brand-600'
134- : 'text-gray-400 group-hover:text-brand-500'
134+ : 'group-hover:text-brand-500 text-gray-400 '
135135 ]"
136136 />
137137 {{ item.name }}
@@ -142,7 +142,7 @@ const avatarStyle = computed(() => ({
142142 <div class =" pt-6" >
143143 <div class =" mb-3 px-3" >
144144 <h3
145- class =" text-xs font-semibold uppercase tracking-wider text-gray-500"
145+ class =" text-xs font-semibold tracking-wider text-gray-500 uppercase "
146146 >
147147 Settings
148148 </h3 >
@@ -156,7 +156,7 @@ const avatarStyle = computed(() => ({
156156 'group flex items-center rounded-lg px-3 py-2 text-sm font-medium transition-all duration-200',
157157 isActiveRoute(item.href)
158158 ? 'bg-brand-100 text-brand-700 shadow-sm'
159- : 'text-gray-700 hover:bg-gray-50 hover:text-brand-600 '
159+ : 'hover: text-brand-600 text- gray-700 hover:bg-gray-50'
160160 ]"
161161 :prefetch =" item.prefetch"
162162 :cache-for =" item.cacheFor"
@@ -167,7 +167,7 @@ const avatarStyle = computed(() => ({
167167 'mr-3 text-lg transition-colors',
168168 isActiveRoute(item.href)
169169 ? 'text-brand-600'
170- : 'text-gray-400 group-hover:text-brand-500'
170+ : 'group-hover:text-brand-500 text-gray-400 '
171171 ]"
172172 />
173173 {{ item.name }}
0 commit comments