change nav

This commit is contained in:
Sabrina Hennrich 2025-06-23 08:58:43 +02:00
parent ba78c0d28a
commit 51d9f75853
2 changed files with 2 additions and 2 deletions

View File

@ -141,7 +141,6 @@
const navigationLinks = [ const navigationLinks = [
{ routeKey: 'webagency', label: 'menu.webagency' }, { routeKey: 'webagency', label: 'menu.webagency' },
{ routeKey: 'magazin', label: 'menu.menuMagazin' },
{ {
routeKey: '', routeKey: '',
label: 'menu.services', label: 'menu.services',
@ -160,6 +159,7 @@
{ routeKey: 'sectors-film', label: 'menu.menuFilm' } { routeKey: 'sectors-film', label: 'menu.menuFilm' }
] ]
}, },
{ routeKey: 'magazin', label: 'menu.menuMagazin' },
{ routeKey: 'references', label: 'menu.references' } { routeKey: 'references', label: 'menu.references' }
] ]
</script> </script>

View File

@ -146,7 +146,7 @@
const mainStore = useMainStore() const mainStore = useMainStore()
const { companyinfo, invertLogoUrl } = storeToRefs(mainStore) const { companyinfo, invertLogoUrl } = storeToRefs(mainStore)
const footerRouteNames = ['imprint', 'privacy', 'magazin', 'terms'] const footerRouteNames = ['imprint', 'privacy', 'terms']
</script> </script>