From 84710f185c4417ce27652236752acdad89422bb2 Mon Sep 17 00:00:00 2001 From: Mina Choi Date: Tue, 19 May 2026 16:52:54 +0900 Subject: [PATCH] =?UTF-8?q?revert:=20=EB=94=94=EC=9E=90=EC=9D=B8=20?= =?UTF-8?q?=EC=9B=90=EB=B3=B5=20=E2=80=94=20Brand=20in=20Action=20?= =?UTF-8?q?=EC=A3=BC=EC=84=9D=20/=20=EC=9D=B8=EC=A6=9D=C2=B7=EC=9E=90?= =?UTF-8?q?=EA=B2=A9=20chip=20=EB=8B=A8=EC=88=9C=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - BrandingGuide: BrandAppliedPreview ('Brand in Action') 렌더링·import 주석처리 - ClinicSnapshot: '인증 및 자격' chip 을 원본 디자인(흰색 단순 chip, BadgeCheck 아이콘 제거)으로 복원 Co-Authored-By: Claude Opus 4.7 (1M context) --- src/features/plan/components/BrandingGuide.tsx | 6 +++--- src/features/report/components/ClinicSnapshot.tsx | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/features/plan/components/BrandingGuide.tsx b/src/features/plan/components/BrandingGuide.tsx index 4261ffa..4bdacb0 100644 --- a/src/features/plan/components/BrandingGuide.tsx +++ b/src/features/plan/components/BrandingGuide.tsx @@ -10,7 +10,7 @@ import { SectionWrapper } from '@/features/report/components/ui/SectionWrapper'; import { EmptyState } from '@/shared/ui/empty-state'; import { Button } from '@/shared/ui/button'; import { Input } from '@/shared/ui/input'; -import { BrandAppliedPreview } from './BrandAppliedPreview'; +// import { BrandAppliedPreview } from './BrandAppliedPreview'; import { tabItems, type TabKey, @@ -255,9 +255,9 @@ function VisualIdentityTab({ data, clinicName }: { data: BrandGuide; clinicName: {/* Brand applied preview — IG/YouTube mockup */} - {data.colors.length > 0 && data.fonts.length > 0 && ( + {/* {data.colors.length > 0 && data.fonts.length > 0 && ( - )} + )} */} ); } diff --git a/src/features/report/components/ClinicSnapshot.tsx b/src/features/report/components/ClinicSnapshot.tsx index d765fab..752bdbd 100644 --- a/src/features/report/components/ClinicSnapshot.tsx +++ b/src/features/report/components/ClinicSnapshot.tsx @@ -127,9 +127,8 @@ export default function ClinicSnapshot({ data }: ClinicSnapshotProps) { {data.certifications.map((cert) => ( - {cert} ))}