From 50f04b946bb6f5ca6092a033f9323b7627961aae Mon Sep 17 00:00:00 2001 From: dbstj0403 Date: Tue, 9 Sep 2025 17:48:20 +0900 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20=ED=8C=A8=EB=94=A9=20=EC=A1=B0?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../group-join/components/FamilyGroupEmptyStateCard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/features/group-join/components/FamilyGroupEmptyStateCard.tsx b/src/features/group-join/components/FamilyGroupEmptyStateCard.tsx index 7b8d9e7..f7af861 100644 --- a/src/features/group-join/components/FamilyGroupEmptyStateCard.tsx +++ b/src/features/group-join/components/FamilyGroupEmptyStateCard.tsx @@ -31,7 +31,7 @@ const FamilyGroupEmptyStateCard = ({
@@ -46,7 +46,7 @@ const FamilyGroupEmptyStateCard = ({
From 3eb353c32a266421294f9f98f80c13c1491d9251 Mon Sep 17 00:00:00 2001 From: daehyun Date: Tue, 9 Sep 2025 17:50:11 +0900 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20update=20group=20name=20display=20an?= =?UTF-8?q?d=20category=20label=20to=20"=EA=B0=80=EC=A1=B1"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/features/bucket-create/components/SelectCategory.tsx | 2 +- src/features/family/components/FamilyHome.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/features/bucket-create/components/SelectCategory.tsx b/src/features/bucket-create/components/SelectCategory.tsx index 0f4225d..4288327 100644 --- a/src/features/bucket-create/components/SelectCategory.tsx +++ b/src/features/bucket-create/components/SelectCategory.tsx @@ -16,7 +16,7 @@ export const SelectCategory = ({ { id: 'TRIP', label: '여행', color: 'pink' }, { id: 'HOBBY', label: '취미', color: 'blue' }, { id: 'HEALTH', label: '건강', color: 'yellow' }, - { id: 'FAMILY', label: '가족지원', color: 'green' }, + { id: 'FAMILY', label: '가족', color: 'green' }, ]; const handleSelectCategory = (str: BucketCategoryType) => { setCategory(str); diff --git a/src/features/family/components/FamilyHome.tsx b/src/features/family/components/FamilyHome.tsx index b3f3125..f69942f 100644 --- a/src/features/family/components/FamilyHome.tsx +++ b/src/features/family/components/FamilyHome.tsx @@ -59,7 +59,7 @@ const FamilyHome = () => {

- 가족 + {groupInfo.groupName}