mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +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',
|
||||
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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user