Skip to content

Commit

Permalink
Chore(add constant): 취업, 어학 정보 라우팅 카드 컴포넌트에서 사용 할 상수 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hwinkr committed Feb 5, 2024
1 parent c228805 commit 71dc272
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/constants/announcement.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ export const ANNOUNCEMENT_TITLE = {
GRADUATION: '졸업요건',
};

export const ANNOUNCE_SUB_TITLE = {
RECURIT: '채용 정보 확인',
LANGUAGE: '어학 정보 확인',
};

export const ANNOUNCEMENT_CATEGORY = {
SCHOOL: 'school',
MAJOR: 'major',
Expand Down

0 comments on commit 71dc272

Please sign in to comment.