Skip to content

Commit 49f6976

Browse files
committed
chore: remove and add external links (#3395)
1 parent 9818ae7 commit 49f6976

2 files changed

Lines changed: 7 additions & 3 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/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)