File tree Expand file tree Collapse file tree 3 files changed +8
-18
lines changed Expand file tree Collapse file tree 3 files changed +8
-18
lines changed Original file line number Diff line number Diff line change @@ -34,22 +34,22 @@ const nav = [
34
34
text : 'Ecosystem' ,
35
35
activeMatch : `^/ecosystem/` ,
36
36
items : [
37
- {
38
- text : 'Core Libraries' ,
39
- items : [
40
- { text : 'Vue Router' , link : 'https://router.vuejs.org/' } ,
41
- { text : 'Pinia' , link : 'https://pinia.vuejs.org/' }
42
- ]
43
- } ,
44
37
{
45
38
text : 'Resources' ,
46
39
items : [
47
- { text : 'Partners' , link : '/ecosystem/ partners' } ,
40
+ { text : 'Partners' , link : '/partners/ ' } ,
48
41
{ text : 'Themes' , link : '/ecosystem/themes' } ,
49
42
{ text : 'Jobs' , link : 'https://vuejobs.com/?ref=vuejs' } ,
50
43
{ text : 'T-Shirt Shop' , link : 'https://vue.threadless.com/' }
51
44
]
52
45
} ,
46
+ {
47
+ text : 'Core Libraries' ,
48
+ items : [
49
+ { text : 'Vue Router' , link : 'https://router.vuejs.org/' } ,
50
+ { text : 'Pinia' , link : 'https://pinia.vuejs.org/' }
51
+ ]
52
+ } ,
53
53
{
54
54
text : 'Video Courses' ,
55
55
items : [
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments