Skip to content

Commit bcaffe8

Browse files
authored
Update Navbar.tsx
1 parent d7d09ed commit bcaffe8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/component/Navbar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ export function Navbar() {
7777
onClick: () => navigate("/Calendar"),
7878
},
7979
{
80-
key: "社團 Club",
81-
label: "is1ab Club",
80+
key: "club",
81+
label: "社團 Club",
8282
onClick: () => window.location.href = "https://club.is1ab.com/",
8383
},
8484
];

0 commit comments

Comments
 (0)