change nav
This commit is contained in:
parent
ba78c0d28a
commit
51d9f75853
@ -141,7 +141,6 @@
|
||||
|
||||
const navigationLinks = [
|
||||
{ routeKey: 'webagency', label: 'menu.webagency' },
|
||||
{ routeKey: 'magazin', label: 'menu.menuMagazin' },
|
||||
{
|
||||
routeKey: '',
|
||||
label: 'menu.services',
|
||||
@ -160,6 +159,7 @@
|
||||
{ routeKey: 'sectors-film', label: 'menu.menuFilm' }
|
||||
]
|
||||
},
|
||||
{ routeKey: 'magazin', label: 'menu.menuMagazin' },
|
||||
{ routeKey: 'references', label: 'menu.references' }
|
||||
]
|
||||
</script>
|
||||
|
||||
@ -146,7 +146,7 @@
|
||||
const mainStore = useMainStore()
|
||||
const { companyinfo, invertLogoUrl } = storeToRefs(mainStore)
|
||||
|
||||
const footerRouteNames = ['imprint', 'privacy', 'magazin', 'terms']
|
||||
const footerRouteNames = ['imprint', 'privacy', 'terms']
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user