Update zh.ts

- fix bug
This commit is contained in:
Masterain
2023-01-12 04:12:47 -08:00
parent ef07698939
commit 200e8bdccf

View File

@@ -11,6 +11,6 @@ export const zhNavbar = navbar([
{ {
text: "加入社区讨论", text: "加入社区讨论",
icon: "community", icon: "community",
link: "community.md" link: "/community.md"
}, },
]); ]);