Skip to content

Commit

Permalink
feat: 태그 id 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
xodms0309 committed Jun 3, 2024
1 parent bb74bfc commit fc8190a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const PAGE_TITLE = {

export const RECOMMENDED_TAGS = [
{ id: 1, name: '맛있어요', tagType: 'TASTE' },
{ id: 2, name: '간식', tagType: 'ETC' },
{ id: 3, name: '갓성비', tagType: 'QUANTITY' },
{ id: 4, name: '달달해요', tagType: 'TASTE' },
{ id: 15, name: '간식', tagType: 'ETC' },
{ id: 11, name: '갓성비', tagType: 'QUANTITY' },
{ id: 5, name: '달달해요', tagType: 'TASTE' },
];

0 comments on commit fc8190a

Please sign in to comment.