change nav
This commit is contained in:
parent
ba78c0d28a
commit
51d9f75853
@ -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>
|
||||||
|
|||||||
@ -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>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user