mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-30 03:38:54 +01:00
docs: replace i-heroicons-credit-card with i-heroicons-ticket
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user