diff --git a/nuxt/components/Navigation.client.vue b/nuxt/components/Navigation.vue similarity index 93% rename from nuxt/components/Navigation.client.vue rename to nuxt/components/Navigation.vue index 56f8059..1480e99 100644 --- a/nuxt/components/Navigation.client.vue +++ b/nuxt/components/Navigation.vue @@ -22,7 +22,7 @@ const links: NavigationTree[] = [ }, ] -if (authStore.user?.roles.includes('admin')) { +/* if (authStore.user?.roles.includes('admin')) { links.push({ label: 'Admin', to: '/admin', @@ -40,7 +40,7 @@ if (authStore.user?.roles.includes('admin')) { }, ], }) -} +} */