mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-02 21:27:54 +01:00
docs: remove Pricing from pro header
This commit is contained in:
10
docs/app.vue
10
docs/app.vue
@@ -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',
|
||||||
|
|||||||
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user