diff --git a/docs/app.vue b/docs/app.vue index c8a8f7fa..f2142cf7 100644 --- a/docs/app.vue +++ b/docs/app.vue @@ -72,7 +72,7 @@ const links = computed(() => { active: route.path.startsWith('/pro/getting-started') || route.path.startsWith('/pro/components') || route.path.startsWith('/pro/prose') }, { label: 'Pricing', - icon: 'i-heroicons-credit-card', + icon: 'i-heroicons-ticket', to: '/pro/pricing' }, { label: 'Templates', diff --git a/docs/error.vue b/docs/error.vue index 86ea3933..c08aebd7 100644 --- a/docs/error.vue +++ b/docs/error.vue @@ -79,7 +79,7 @@ const links = computed(() => { active: route.path.startsWith('/pro/getting-started') || route.path.startsWith('/pro/components') || route.path.startsWith('/pro/prose') }, { label: 'Pricing', - icon: 'i-heroicons-credit-card', + icon: 'i-heroicons-ticket', to: '/pro/pricing' }, { label: 'Templates',