From b741b42c64454a168fbfdff0c938d9163325c39d Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Tue, 30 Jan 2024 15:07:44 +0100 Subject: [PATCH] docs: active `pro` link on `/pro/prose` --- docs/app.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app.vue b/docs/app.vue index 85aa057e..9ca63295 100644 --- a/docs/app.vue +++ b/docs/app.vue @@ -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',