fix: product description

This commit is contained in:
2026-03-13 08:56:40 +01:00
parent 1e6f3c46d1
commit 126625bace
7 changed files with 81 additions and 343 deletions

View File

@@ -19,6 +19,9 @@ const authStore = useAuthStore()
<span class="font-semibold text-gray-900 dark:text-white">TimeTracker</span>
</RouterLink>
<!-- Right Side Actions -->
<RouterLink :to="{ name: 'product-detail' }">
product detail
</RouterLink>
<div class="flex items-center gap-2">
<!-- Language Switcher -->
<LangSwitch />