From 50f04b946bb6f5ca6092a033f9323b7627961aae Mon Sep 17 00:00:00 2001 From: dbstj0403 Date: Tue, 9 Sep 2025 17:48:20 +0900 Subject: [PATCH 1/3] =?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/3] =?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}

From c03a2a22da9eff605e88e8721a73aa595c138d0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EC=8A=B9=ED=9D=AC?= Date: Tue, 9 Sep 2025 17:52:42 +0900 Subject: [PATCH 3/3] =?UTF-8?q?style:=20padding=20top=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../group-join/components/FamilyGroupEmptyStateCard.tsx | 2 +- src/features/link-account/components/AccountConnect.tsx | 2 +- src/features/link-account/components/AccountSelect.tsx | 2 +- src/features/link-account/components/TermOfUse.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/features/group-join/components/FamilyGroupEmptyStateCard.tsx b/src/features/group-join/components/FamilyGroupEmptyStateCard.tsx index f7af861..f5f7b0c 100644 --- a/src/features/group-join/components/FamilyGroupEmptyStateCard.tsx +++ b/src/features/group-join/components/FamilyGroupEmptyStateCard.tsx @@ -19,7 +19,7 @@ const FamilyGroupEmptyStateCard = ({ const { user } = useAuth(); return ( -
+

{user?.name || '고객'}님은 diff --git a/src/features/link-account/components/AccountConnect.tsx b/src/features/link-account/components/AccountConnect.tsx index b3005c1..ac9b3b0 100644 --- a/src/features/link-account/components/AccountConnect.tsx +++ b/src/features/link-account/components/AccountConnect.tsx @@ -20,7 +20,7 @@ const AccountConnect = ({ }; return ( -

+

서비스를 사용하기 위해 diff --git a/src/features/link-account/components/AccountSelect.tsx b/src/features/link-account/components/AccountSelect.tsx index 022dfbe..4357e11 100644 --- a/src/features/link-account/components/AccountSelect.tsx +++ b/src/features/link-account/components/AccountSelect.tsx @@ -27,7 +27,7 @@ const AccountSelect = ({ }; return ( -

+

서비스에서 사용할 diff --git a/src/features/link-account/components/TermOfUse.tsx b/src/features/link-account/components/TermOfUse.tsx index 19bd466..e954ee5 100644 --- a/src/features/link-account/components/TermOfUse.tsx +++ b/src/features/link-account/components/TermOfUse.tsx @@ -56,7 +56,7 @@ const TermOfUse = ({ onNext }: TermOfUseProps) => { }; return ( -

+
하나이음