diff --git a/src/components/home/contentAuth.vue b/src/components/home/contentAuth.vue index 4ee1f2e8b..a5b481dd2 100644 --- a/src/components/home/contentAuth.vue +++ b/src/components/home/contentAuth.vue @@ -101,7 +101,7 @@ watch(() => route.name as string, (routeName) => { 'labels.index', 'migrate.start', 'migrate.wunderlist', - 'namespaces.index', + 'projects.index', ].includes(routeName) || routeName.startsWith('user.settings') ) diff --git a/src/components/home/navigation.vue b/src/components/home/navigation.vue index 76f92abd3..66a0d7e46 100644 --- a/src/components/home/navigation.vue +++ b/src/components/home/navigation.vue @@ -22,11 +22,11 @@
  • - + - {{ $t('namespace.title') }} + {{ $t('project.projects') }}
  • @@ -47,101 +47,107 @@
  • - -