From 98c0f567fcf4b1f4601cb199452abdd374e3e3fc Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Fri, 5 Apr 2024 11:57:47 +0200 Subject: [PATCH] docs: replace `i-heroicons-credit-card` with `i-heroicons-ticket` --- docs/app.vue | 2 +- docs/error.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',