This commit is contained in:
2025-06-26 09:22:53 +02:00
parent 3521a477f2
commit fe8ec468fe
5 changed files with 13410 additions and 6 deletions

View File

@ -27,7 +27,7 @@
<ThemeSwitcher />
<button @click="menuStore.navigateToShop" :class="[
'cursor-pointer transition-all text-inter',
menuStore.menuItems?.find(item => (item.id_page === route.params.id) && (item.page_name === 'shop'))
menuStore.menuItems?.find(item => (route.params.id === '5'))
? 'text-accent-green-light dark:text-accent-green-dark font-bold pb-1 border-b-2'
: 'hover:bg-button-hover bg-button text-white font-medium rounded-xl px-6 py-3'
]">