Update navbar

This commit is contained in:
Masterain
2023-05-24 00:18:44 -07:00
parent 283d324b42
commit 4f241e28f4
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ import { navbar } from "vuepress-theme-hope";
export const enNavbar = navbar([
"/en/",
{ text: "Document", icon: "article", link: "/en/features/" },
{ text: "Document", icon: "article", link: "/en/menu.html" },
{
text: "Download",
icon: "install",

View File

@@ -2,7 +2,7 @@ import { navbar } from "vuepress-theme-hope";
export const zhNavbar = navbar([
"/zh/",
{ text: "文档", icon: "article", link: "/zh/features/" },
{ text: "文档", icon: "article", link: "/zh/menu.html" },
{
text: "下载",
icon: "install",