Skip to content

Commit a43cf97

Browse files
fix getting ecosystem in SiteMap.vue
1 parent 5dc579a commit a43cf97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vitepress/theme/components/SiteMap.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { useData } from 'vitepress'
44
55
const data = useData()
66
const nav = data.site.value.themeConfig.nav
7-
const ecosystem = nav.find((i: any) => i.text === 'Ecosystem')
7+
const ecosystem = nav.find((i: any) => i.text === 'بيئة العمل')
88
const items = nav
99
.filter((i: any) => i !== ecosystem && i.items)
1010
.concat(ecosystem.items)

0 commit comments

Comments
 (0)