Skip to content

Commit

Permalink
fix navi
Browse files Browse the repository at this point in the history
  • Loading branch information
zxypro1 committed Nov 12, 2024
1 parent 22f60b6 commit c2c2b5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/home/Navbar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ const menuItems = [
// path: '/aiMall'
// },
{
title: "DOCS",
title: "文档",
path: "/docs/overview"
},
{
title: "BLOG",
title: "博客",
path: "/learning/all"
},
{
title: "FAQ",
title: "答疑",
path: "/faq"
}
];
Expand Down

0 comments on commit c2c2b5a

Please sign in to comment.