diff --git a/docs/app.config.ts b/docs/app.config.ts index 842f1119..56ca2fde 100644 --- a/docs/app.config.ts +++ b/docs/app.config.ts @@ -31,7 +31,7 @@ export default defineAppConfig({ }], }, footer: { - credits: 'Copyright © 2023', + credits: 'Copyright © 2024', colorMode: false, links: [{ 'icon': 'i-simple-icons-nuxtdotjs', @@ -40,19 +40,19 @@ export default defineAppConfig({ 'aria-label': 'Nuxt Website', }, { 'icon': 'i-simple-icons-discord', - 'to': 'https://discord.com/invite/ps2h6QT', + 'to': 'https://chat.nuxt.dev/', 'target': '_blank', - 'aria-label': 'Nuxt Tailwind on Discord', + 'aria-label': 'Nuxt Discord', }, { 'icon': 'i-simple-icons-x', - 'to': 'https://x.com/nuxt_js', + 'to': 'https://twitter.nuxt.dev/', 'target': '_blank', 'aria-label': 'Nuxt on X', }, { 'icon': 'i-simple-icons-github', 'to': 'https://github.com/nuxt-modules/tailwindcss', 'target': '_blank', - 'aria-label': 'Nuxt Tailwind on GitHub', + 'aria-label': 'GitHub Repository', }], }, toc: { diff --git a/docs/app.vue b/docs/app.vue index 81374bb7..3853140d 100644 --- a/docs/app.vue +++ b/docs/app.vue @@ -39,7 +39,7 @@ provide('navigation', navigation) - diff --git a/docs/components/AppHeader.vue b/docs/components/AppHeader.vue index 75db031e..872a3a50 100644 --- a/docs/components/AppHeader.vue +++ b/docs/components/AppHeader.vue @@ -17,11 +17,11 @@ const { header } = useAppConfig() v-if="header?.search" #center > -