docs: replace i-heroicons-credit-card with i-heroicons-ticket

This commit is contained in:
Benjamin Canac
2024-04-05 11:57:47 +02:00
parent 379d20fc3c
commit 98c0f567fc
2 changed files with 2 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ const links = computed(() => {
active: route.path.startsWith('/pro/getting-started') || route.path.startsWith('/pro/components') || route.path.startsWith('/pro/prose') active: route.path.startsWith('/pro/getting-started') || route.path.startsWith('/pro/components') || route.path.startsWith('/pro/prose')
}, { }, {
label: 'Pricing', label: 'Pricing',
icon: 'i-heroicons-credit-card', icon: 'i-heroicons-ticket',
to: '/pro/pricing' to: '/pro/pricing'
}, { }, {
label: 'Templates', label: 'Templates',

View File

@@ -79,7 +79,7 @@ const links = computed(() => {
active: route.path.startsWith('/pro/getting-started') || route.path.startsWith('/pro/components') || route.path.startsWith('/pro/prose') active: route.path.startsWith('/pro/getting-started') || route.path.startsWith('/pro/components') || route.path.startsWith('/pro/prose')
}, { }, {
label: 'Pricing', label: 'Pricing',
icon: 'i-heroicons-credit-card', icon: 'i-heroicons-ticket',
to: '/pro/pricing' to: '/pro/pricing'
}, { }, {
label: 'Templates', label: 'Templates',