diff --git a/README.md b/README.md index 0bb4a3dee0..4fac1847d9 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Its goal is to provide everything related to UI when building a Nuxt app. This i - Keyboard shortcuts - Bundled icons - Fully typed -- [Figma Kit](https://www.figma.com/community/file/1436401057300493073) +- [Figma Kit](https://go.nuxt.com/figma) Read more on [ui2.nuxt.com](https://ui2.nuxt.com) diff --git a/docs/app.vue b/docs/app.vue index 76efac9b0d..531c526119 100644 --- a/docs/app.vue +++ b/docs/app.vue @@ -56,10 +56,6 @@ const links = computed(() => { icon: 'i-heroicons-square-3-stack-3d', to: '/pro', active: route.path.startsWith('/pro/getting-started') || route.path.startsWith('/pro/components') || route.path.startsWith('/pro/prose') - }, { - label: 'Pricing', - icon: 'i-heroicons-ticket', - to: '/pro/pricing' }, { label: 'Templates', icon: 'i-heroicons-computer-desktop', diff --git a/docs/components/Footer.vue b/docs/components/Footer.vue index a278ecc086..9ae833bb85 100644 --- a/docs/components/Footer.vue +++ b/docs/components/Footer.vue @@ -7,10 +7,7 @@ @@ -30,7 +27,7 @@ const { $ui } = useNuxtApp() const links = [{ icon: 'i-simple-icons-figma', label: 'Figma Kit', - to: 'https://www.figma.com/community/file/1436401057300493073', + to: 'https://go.nuxt.com/figma', target: '_blank' }, { label: 'Playground', diff --git a/docs/content/1.getting-started/1.index.md b/docs/content/1.getting-started/1.index.md index f6835b1f63..a4eca2099d 100644 --- a/docs/content/1.getting-started/1.index.md +++ b/docs/content/1.getting-started/1.index.md @@ -16,7 +16,7 @@ Its goal is to provide everything related to UI when building a Nuxt app. This i - Keyboard shortcuts - Bundled icons - Fully typed -- [Figma Kit](https://www.figma.com/community/file/1436401057300493073) +- [Figma Kit](https://go.nuxt.com/figma) ## Credits diff --git a/docs/content/index.yml b/docs/content/index.yml index 940c8fd129..8d97435979 100644 --- a/docs/content/index.yml +++ b/docs/content/index.yml @@ -84,11 +84,6 @@ pro: title: Upgrade to Nuxt UI Pro description: 'Nuxt UI Pro is a collection of premium Vue components built on top of Nuxt UI to create beautiful & responsive Nuxt applications in minutes.
It includes all primitives to build landing pages, documentations, blogs, dashboards or entire SaaS products.' links: - - label: Buy now - to: /pro/pricing - color: black - trailingIcon: i-heroicons-arrow-right-20-solid - size: lg - label: Explore templates to: /pro/templates color: gray diff --git a/docs/error.vue b/docs/error.vue index 80b703f37a..66fa4167be 100644 --- a/docs/error.vue +++ b/docs/error.vue @@ -65,10 +65,6 @@ const links = computed(() => { icon: 'i-heroicons-square-3-stack-3d', to: '/pro', active: route.path.startsWith('/pro/getting-started') || route.path.startsWith('/pro/components') || route.path.startsWith('/pro/prose') - }, { - label: 'Pricing', - icon: 'i-heroicons-ticket', - to: '/pro/pricing' }, { label: 'Templates', icon: 'i-heroicons-computer-desktop', diff --git a/docs/pages/[...slug].vue b/docs/pages/[...slug].vue index c4cae4e14f..080c194a66 100644 --- a/docs/pages/[...slug].vue +++ b/docs/pages/[...slug].vue @@ -98,7 +98,7 @@ const communityLinks = computed(() => [{ const resourcesLinks = [{ icon: 'i-simple-icons-figma', label: 'Figma Kit', - to: 'https://www.figma.com/community/file/1436401057300493073', + to: 'https://go.nuxt.com/figma', target: '_blank' }, { label: 'Playground', diff --git a/docs/pages/index.vue b/docs/pages/index.vue index 0dca28ffd0..15b6470be3 100644 --- a/docs/pages/index.vue +++ b/docs/pages/index.vue @@ -171,7 +171,7 @@