From 11bbd00d88b33dfc2e98d111b873c5ae1169248f Mon Sep 17 00:00:00 2001 From: gahusb Date: Tue, 28 Apr 2026 03:52:10 +0900 Subject: [PATCH] =?UTF-8?q?feat(shell):=20PublicShell=EC=97=90=20=EC=B9=B4?= =?UTF-8?q?=EC=B9=B4=EC=98=A4=201:1=20=EC=83=81=EB=8B=B4=20=ED=94=8C?= =?UTF-8?q?=EB=A1=9C=ED=8C=85=20=EB=B2=84=ED=8A=BC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit DashboardShell 사이드바 분기에서 mypage 전용으로만 노출되던 카카오 버튼을 모든 공개 페이지(메인/서비스/외주/사주/결제/legal/mypage 등)에서 노출되도록 이동. DashboardShell 쪽 원본은 Task 6에서 사이드바 분기 제거와 함께 자연 삭제 예정. Co-Authored-By: Claude Opus 4.7 (1M context) --- app/components/PublicShell.tsx | 52 ++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/app/components/PublicShell.tsx b/app/components/PublicShell.tsx index 8b1f354..51d6713 100644 --- a/app/components/PublicShell.tsx +++ b/app/components/PublicShell.tsx @@ -115,6 +115,58 @@ export default function PublicShell({ children }: { children: React.ReactNode }) + + {/* 카카오 오픈채팅 플로팅 버튼 */} + + + + + 1:1 상담 + + + ); }