diff --git a/src/components/header/HeaderNavigation.tsx b/src/components/header/HeaderNavigation.tsx
index d896dca..2c592df 100644
--- a/src/components/header/HeaderNavigation.tsx
+++ b/src/components/header/HeaderNavigation.tsx
@@ -13,16 +13,16 @@ export default function App() {
},
{
link: "/calendar",
- name: "日程",
- },
- {
- link: "/about",
- name: "关于我们",
+ name: "活动",
},
{
link: "/repair",
name: "维修",
},
+ {
+ link: "/about",
+ name: "关于我们",
+ },
]
return (
@@ -55,6 +55,11 @@ export default function App() {
))
}
+
+
+
+
+
\ No newline at end of file