docs: active pro link on /pro/prose

This commit is contained in:
Benjamin Canac
2024-01-30 15:07:44 +01:00
parent 7f8c625b0e
commit b741b42c64

View File

@@ -65,7 +65,7 @@ const links = computed(() => {
label: 'Pro',
icon: 'i-heroicons-square-3-stack-3d',
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',
icon: 'i-heroicons-credit-card',