Skip to content

Commit

Permalink
feat: add staff page
Browse files Browse the repository at this point in the history
  • Loading branch information
dada878 committed Jan 24, 2025
1 parent b43f322 commit 3bfb25b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/(website)/_components/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export default function Navbar() {
{ link: "/tickets/", label: "活動報名" },
{ link: "/traffic/", label: "交通方式" },
{ link: "/sponsor/", label: "合作夥伴" },
{ link: "/staff/", label: "SITCON 團隊" },
]}
/>
</>
Expand Down

0 comments on commit 3bfb25b

Please sign in to comment.