Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
fix : problemTitles typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kasterra committed May 26, 2024
1 parent 02ec5dd commit f880c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/util/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export function bytesToSize(bytes: number) {

export const problemTitles: { [key: string]: string } = {
blank: "빈칸 채우기",
solution: "문제 해결",
solving: "문제 해결",
class_implementation: "클래스 구현",
};

Expand Down

0 comments on commit f880c71

Please sign in to comment.