From e67f0707865c4562db8092c9641fb08497091f62 Mon Sep 17 00:00:00 2001 From: Doyun Lee Date: Tue, 24 Sep 2024 00:15:32 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20PlaceCard=20props=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/public/main.ts | 0 src/views/Mypage/components/FavoritePlaceList.tsx | 7 ++++++- src/views/Mypage/constants/text.ts | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) delete mode 100644 src/api/public/main.ts diff --git a/src/api/public/main.ts b/src/api/public/main.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/views/Mypage/components/FavoritePlaceList.tsx b/src/views/Mypage/components/FavoritePlaceList.tsx index 8a7f5b5..85db7ab 100644 --- a/src/views/Mypage/components/FavoritePlaceList.tsx +++ b/src/views/Mypage/components/FavoritePlaceList.tsx @@ -20,7 +20,12 @@ function FavoritePlaceList() { diff --git a/src/views/Mypage/constants/text.ts b/src/views/Mypage/constants/text.ts index 2ce4647..6090a26 100644 --- a/src/views/Mypage/constants/text.ts +++ b/src/views/Mypage/constants/text.ts @@ -1,5 +1,5 @@ export const MYPAGE_TAB_CONTENTS = { PERSONAL_INFO: '개인정보 조회 및 변경', - FAVORITE_TRAVEL_LIST: '찜한 여행지 목록', + FAVORITE_TRAVEL_LIST: '저장한 여행지 목록', TRAVELER_TYPE: '여행자 유형 설정', };