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}

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 = ({