Skip to content

Commit f8b0bdc

Browse files
authored
Merge pull request #3396 from AtCoder-NoviSteps/#3395
chore: remove and add external links (#3395)
2 parents 9818ae7 + a190f78 commit f8b0bdc

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

src/lib/constants/external-links.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ import {
33
ATCODER_PROBLEMS_URL,
44
AOJ_ATCODER_JOI_URL,
55
AOJ_PCK_URL,
6-
ICPC_JAPAN_PROBLEMS_URL,
6+
X_URL,
7+
MOND_URL,
78
GITHUB_URL,
89
} from './urls';
910

@@ -12,6 +13,7 @@ export const externalLinks = [
1213
{ title: `AtCoder Problems`, path: ATCODER_PROBLEMS_URL },
1314
{ title: `AOJ / AtCoder-JOI`, path: AOJ_ATCODER_JOI_URL },
1415
{ title: `AOJ-PCK`, path: AOJ_PCK_URL },
15-
{ title: `ICPC Japan Problems`, path: ICPC_JAPAN_PROBLEMS_URL },
16+
{ title: `X`, path: X_URL },
17+
{ title: `mond`, path: MOND_URL },
1618
{ title: `GitHub`, path: GITHUB_URL },
1719
];

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
];

src/lib/constants/urls.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ export const AOJ_ATCODER_JOI_URL: string = 'https://joi.goodbaton.com/';
1919

2020
export const AOJ_PCK_URL: string = 'https://pro-ktmr.github.io/aoj-pck/';
2121

22-
export const ICPC_JAPAN_PROBLEMS_URL: string = 'https://icpc-japan-problems.irrrrr.cc/';
22+
export const X_URL: string = 'https://x.com/acnovisteps';
23+
24+
export const MOND_URL: string = 'https://mond.how/ja/acnovisteps';
2325

2426
export const GITHUB_URL: string = 'https://github.com/AtCoder-NoviSteps/AtCoderNoviSteps';
2527

0 commit comments

Comments
 (0)