diff --git a/components/template/NavBar.vue b/components/template/NavBar.vue index 4490435..bf32ed1 100644 --- a/components/template/NavBar.vue +++ b/components/template/NavBar.vue @@ -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' } ] diff --git a/components/template/PageFooter.vue b/components/template/PageFooter.vue index bc2d079..48fd225 100644 --- a/components/template/PageFooter.vue +++ b/components/template/PageFooter.vue @@ -146,7 +146,7 @@ const mainStore = useMainStore() const { companyinfo, invertLogoUrl } = storeToRefs(mainStore) - const footerRouteNames = ['imprint', 'privacy', 'magazin', 'terms'] + const footerRouteNames = ['imprint', 'privacy', 'terms']