mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-31 12:17:54 +01:00
docs: active pro link on /pro/prose
This commit is contained in:
@@ -65,7 +65,7 @@ const links = computed(() => {
|
|||||||
label: 'Pro',
|
label: 'Pro',
|
||||||
icon: 'i-heroicons-square-3-stack-3d',
|
icon: 'i-heroicons-square-3-stack-3d',
|
||||||
to: '/pro',
|
to: '/pro',
|
||||||
active: route.path.startsWith('/pro/getting-started') || route.path.startsWith('/pro/components')
|
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-credit-card',
|
||||||
|
|||||||
Reference in New Issue
Block a user