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', to: '/pro',
children: [{ children: [{
label: 'Features', label: 'Features',
to: '/pro#features', to: '/pro',
exactHash: true, exact: true,
icon: 'i-heroicons-beaker', icon: 'i-heroicons-beaker',
description: 'Discover all the features of Nuxt UI Pro.' 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', label: 'Guide',
to: '/pro/guide', to: '/pro/guide',

View File

@@ -71,16 +71,10 @@ const links = computed(() => {
to: '/pro', to: '/pro',
children: [{ children: [{
label: 'Features', label: 'Features',
to: '/pro#features', to: '/pro',
exactHash: true, exact: true,
icon: 'i-heroicons-beaker', icon: 'i-heroicons-beaker',
description: 'Discover all the features of Nuxt UI Pro.' 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', label: 'Guide',
to: '/pro/guide', to: '/pro/guide',