This commit is contained in:
rafaeldpsilva
2025-12-19 23:43:39 +00:00
parent 9a25170b27
commit a94e1b06b2
5 changed files with 12 additions and 23 deletions

View File

@@ -55,23 +55,14 @@
</li>
<li>
<router-link
to="/ai-optimization"
to="/models"
class="flex flex-col items-center font-medium"
:class="
$route.name === 'ai-optimization'
? 'text-purple-600'
: 'text-gray-600 hover:text-purple-600'
$route.name === 'models' ? 'text-purple-600' : 'text-gray-600 hover:text-purple-600'
"
>
<svg class="w-6 h-6 mb-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M13 10V3L4 14h7v7l9-11h-7z"
/>
</svg>
<span class="text-xs">AI Optimize</span>
<IconEcosystem />
<span class="text-xs">Models</span>
</router-link>
</li>
<li>
@@ -129,8 +120,8 @@
<script setup lang="ts">
import { onMounted } from 'vue'
import { useSettingsStore } from '@/stores/settings'
import UserIcon from './UserIcon.vue'
import IconEcosystem from '../icons/IconEcosystem.vue'
const settingsStore = useSettingsStore()
// Compute navigation classes based on settings