We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f6976 commit a190f78Copy full SHA for a190f78
1 file changed
src/lib/constants/navbar-links.ts
@@ -26,9 +26,9 @@ export const navbarLinks = [
26
export const navbarDashboardLinks = [
27
{ title: `問題のインポート`, path: IMPORTING_PROBLEMS_PAGE },
28
{ title: `一覧表`, path: PROBLEMS_PAGE },
29
+ { title: `投票管理`, path: VOTE_MANAGEMENT_PAGE },
30
{ title: `問題集`, path: WORKBOOKS_PAGE },
31
{ title: `問題集(並び替え)`, path: WORKBOOKS_ORDER_PAGE },
32
{ title: `タグ一覧`, path: TAGS_PAGE },
33
{ title: `アカウント移行`, path: ACCOUNT_TRANSFER_PAGE },
- { title: `投票管理`, path: VOTE_MANAGEMENT_PAGE },
34
];
0 commit comments