docs: remove Pricing from pro header

This commit is contained in:
Benjamin Canac
2023-11-06 15:48:18 +01:00
parent bfe418f614
commit 196e9ac7d4
2 changed files with 4 additions and 16 deletions

View File

@@ -84,16 +84,10 @@ const links = computed(() => {
to: '/pro',
children: [{
label: 'Features',
to: '/pro#features',
exactHash: true,
to: '/pro',
exact: true,
icon: 'i-heroicons-beaker',
description: 'Discover all the features of Nuxt UI Pro.'
}, {
label: 'Pricing',
to: '/pro#pricing',
exactHash: true,
icon: 'i-heroicons-credit-card',
description: 'A simple pricing, for solo developers or teams.'
}, {
label: 'Guide',
to: '/pro/guide',

View File

@@ -71,16 +71,10 @@ const links = computed(() => {
to: '/pro',
children: [{
label: 'Features',
to: '/pro#features',
exactHash: true,
to: '/pro',
exact: true,
icon: 'i-heroicons-beaker',
description: 'Discover all the features of Nuxt UI Pro.'
}, {
label: 'Pricing',
to: '/pro#pricing',
exactHash: true,
icon: 'i-heroicons-credit-card',
description: 'A simple pricing, for solo developers or teams.'
}, {
label: 'Guide',
to: '/pro/guide',