Skip to content

Commit

Permalink
docs: remove Pricing from pro header
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Nov 6, 2023
1 parent bfe418f commit 196e9ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
10 changes: 2 additions & 8 deletions docs/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
10 changes: 2 additions & 8 deletions docs/error.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

1 comment on commit 196e9ac

@vercel
Copy link

@vercel vercel bot commented on 196e9ac Nov 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./

ui-nuxt-js.vercel.app
ui.nuxt.com
ui-git-dev-nuxt-js.vercel.app

Please sign in to comment.