Skip to content

Commit

Permalink
Merge pull request #29 from Kyuwon-Choi/main
Browse files Browse the repository at this point in the history
fix: 카테고리 수정
  • Loading branch information
Kyuwon-Choi authored Nov 23, 2024
2 parents 27add6d + 6626b77 commit c4abe75
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@

public enum Category {
IT_TREND("IT/트렌드"),
JOB_ACTIVITY("취업/대외활동"),
LIFE_ECONOMY("생활/경제"),
DESIGN_TEMPLATE("디자인/템플릿"),
EXAM_ASSIGNMENT("시험/과제"),
JOB_ACTIVITY("대외활동"),
DESIGN_TEMPLATE("디자인"),
OTHERS("기타");

private final String displayName;
Expand Down

0 comments on commit c4abe75

Please sign in to comment.