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