From fc8190a3d833328c64aa309fd6cd40629e064237 Mon Sep 17 00:00:00 2001 From: TaeeunKim Date: Mon, 3 Jun 2024 20:25:15 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20=ED=83=9C=EA=B7=B8=20id=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/constants/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/constants/index.ts b/src/constants/index.ts index 56c1505a..b973e222 100644 --- a/src/constants/index.ts +++ b/src/constants/index.ts @@ -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' }, ];