From 5952f0db62bdad956a1d51bf1d3418cc499d2b71 Mon Sep 17 00:00:00 2001 From: Mina Choi Date: Mon, 21 Sep 2026 14:16:10 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20solution/frontend:=20=EB=9E=9C=EB=94=A9?= =?UTF-8?q?=20=EB=B6=80=EC=A0=9C("=EA=B0=80=EA=B2=8C=20=EC=9D=B4=EB=A6=84?= =?UTF-8?q?=20=ED=95=9C=20=EC=A4=84=EB=A1=9C...")=EB=8F=84=20=3Fbuild=3D1?= =?UTF-8?q?=20=EB=92=A4=EB=A1=9C=20=EA=B0=90=EC=B6=98=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 입력 폼만 감췄더니 그 위 부제가 입력창 없는 화면에 혼자 남아 어색했다. 같은 buildMode 로 감싼다. Co-Authored-By: Claude Sonnet 5 --- solution/frontend/src/pages/LandingPage.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/solution/frontend/src/pages/LandingPage.tsx b/solution/frontend/src/pages/LandingPage.tsx index f21c30c..bfdcd4c 100644 --- a/solution/frontend/src/pages/LandingPage.tsx +++ b/solution/frontend/src/pages/LandingPage.tsx @@ -103,9 +103,11 @@ export function LandingPage() { 홈페이지 -

- 가게 이름 한 줄로 시작해 보세요 -

+ {buildMode && ( +

+ 가게 이름 한 줄로 시작해 보세요 +

+ )} {/* ★ 입력 카드와 발행 사이트 띠를 **같은 밴드**에 겹친다(아임웹과 같은 구조). 띠를 카드 아래 따로 두면 첫 화면이 세로로 길어지고, 카드가 뜬금없이 혼자 뜬다. */}