This commit is contained in:
@@ -8,17 +8,17 @@ import { MdMenu, MdOutlineDarkMode, MdOutlineLightMode, MdSearch } from "react-i
|
||||
|
||||
const MenuItems = [
|
||||
{
|
||||
title: "HOME",
|
||||
title: "主页",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
title: "POSTS",
|
||||
title: "日记",
|
||||
href: "/posts",
|
||||
},
|
||||
{
|
||||
title: "ABOUT",
|
||||
href: "/about",
|
||||
},
|
||||
// {
|
||||
// title: "关于",
|
||||
// href: "/about",
|
||||
// },
|
||||
];
|
||||
|
||||
export const NavBar = () => {
|
||||
|
||||
Reference in New Issue
Block a user