Skip to content

Commit 85dd65c

Browse files
committed
docs: fix link in navbar
1 parent 378004b commit 85dd65c

File tree

1 file changed

+4
-4
lines changed
  • packages/docs/.vitepress/config

1 file changed

+4
-4
lines changed

packages/docs/.vitepress/config/en.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ export const enConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
4747
text: 'Vue.js Certification',
4848
link: 'https://certificates.dev/vuejs/?friend=VUEROUTER&utm_source=pinia_vuejs&utm_medium=link&utm_campaign=pinia_vuejs_links&utm_content=navbar',
4949
},
50-
{
51-
text: 'v3.x',
52-
items: [{ text: 'v2.x', link: 'https://v2.pinia.vuejs.org' }],
53-
},
5450
],
5551
},
52+
{
53+
text: 'v3.x',
54+
items: [{ text: 'v2.x', link: 'https://v2.pinia.vuejs.org' }],
55+
},
5656
],
5757

5858
sidebar: {

0 commit comments

Comments
 (0)