Skip to content

Commit

Permalink
feat(appheadermenudata.js): add wiki link
Browse files Browse the repository at this point in the history
  • Loading branch information
supersonictw committed Nov 1, 2024
1 parent 7f7da8c commit 0948269
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/AppHeaderMenuData.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ export const menuItems = [
description: "這是我們的 Discord 伺服器,自由多元的交流空間",
icon: "Discord",
onClick: () => window.open("/discord")
},
{
name: "Wiki",
description: "自由的資訊科技技術百科全書",
icon: "AcademicCapIcon",
onClick: () => window.open("/wiki")
}
]
},
Expand Down

0 comments on commit 0948269

Please sign in to comment.