diff --git a/docs/app.config.ts b/docs/app.config.ts index 7bc606a8..ce261769 100644 --- a/docs/app.config.ts +++ b/docs/app.config.ts @@ -59,8 +59,8 @@ export default defineAppConfig({ target: '_blank', }, { icon: 'i-simple-icons-nuxtdotjs', - label: 'NuxtHub Console', - to: 'https://console.hub.nuxt.com', + label: 'NuxtHub Admin', + to: 'https://admin.hub.nuxt.com', target: '_blank', }] } diff --git a/docs/components/Header.vue b/docs/components/Header.vue index fa879a19..355e6943 100644 --- a/docs/components/Header.vue +++ b/docs/components/Header.vue @@ -33,8 +33,8 @@ const { header } = useAppConfig() v-bind="{ color: 'gray', variant: 'ghost', ...link }" /> -