Skip to content

Commit a190f78

Browse files
committed
chore: fix order (#3395)
1 parent 49f6976 commit a190f78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/constants/navbar-links.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ export const navbarLinks = [
2626
export const navbarDashboardLinks = [
2727
{ title: `問題のインポート`, path: IMPORTING_PROBLEMS_PAGE },
2828
{ title: `一覧表`, path: PROBLEMS_PAGE },
29+
{ title: `投票管理`, path: VOTE_MANAGEMENT_PAGE },
2930
{ title: `問題集`, path: WORKBOOKS_PAGE },
3031
{ title: `問題集(並び替え)`, path: WORKBOOKS_ORDER_PAGE },
3132
{ title: `タグ一覧`, path: TAGS_PAGE },
3233
{ title: `アカウント移行`, path: ACCOUNT_TRANSFER_PAGE },
33-
{ title: `投票管理`, path: VOTE_MANAGEMENT_PAGE },
3434
];

0 commit comments

Comments
 (0)