Skip to content

Commit ab361e9

Browse files
committed
docs: update links
1 parent fbde0a1 commit ab361e9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/pages/index.vue

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,15 @@ const communityLinks = computed(() => [
3232
to: 'https://github.com/sponsors/nuxt',
3333
target: '_blank',
3434
},
35+
{
36+
icon: 'i-ph-rocket-duotone',
37+
label: 'NuxtHub',
38+
to: 'https://hub.nuxt.com/?utm_source=nuxt-color-mode',
39+
target: '_blank',
40+
},
3541
{
3642
icon: 'i-simple-icons-nuxtdotjs',
37-
label: 'Nuxt docs',
43+
label: 'Nuxt',
3844
to: 'https://nuxt.com',
3945
target: '_blank',
4046
},

0 commit comments

Comments
 (0)