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 71dc272 commit 4ee89a8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/constants/tip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,13 @@ export const HONEY_TIP_DATA: readonly TipData[] = [
},
] as const;

export const TIP_ROUTING_CARD = {
WEBP_PATH: '/assets/tipImages/webp/baekgyeong_suprised.webp',
NORMAL_PATH: '/assets/tipImages/png/baekgyeong_suprised.png',
TITLE: '꿀팁 사이트 바로가기',
SUB_TITLE: '부경대 꿀팁 사이트 모음',
};

export const TIP_TYPE = {
SHORTCUT: 'shortcut',
HONEY_TIP: 'honeytip',
Expand Down

0 comments on commit 4ee89a8

Please sign in to comment.