From 62de2e31cccc281a17dc5a662b2039defdb4ce90 Mon Sep 17 00:00:00 2001
From: kimtaewoo <70637743+kim3360@users.noreply.github.com>
Date: Wed, 4 Feb 2026 04:50:48 +0900
Subject: [PATCH] =?UTF-8?q?fix=20:=20=EC=88=98=EC=A0=95=20=EC=9A=94?=
=?UTF-8?q?=EC=B2=AD=EC=82=AC=ED=95=AD=20=EB=B0=98=EC=98=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/create/page.tsx | 10 +++++-----
app/page.tsx | 23 ++++++++++++++++-------
components/header.tsx | 9 +++++----
public/icon/place/bar.svg | 7 +++----
public/icon/place/cafe.svg | 7 +++----
public/icon/place/play.svg | 16 ++++------------
public/icon/place/rent.svg | 17 ++++++++---------
public/icon/place/restaurant.svg | 7 +++----
8 files changed, 47 insertions(+), 49 deletions(-)
diff --git a/app/create/page.tsx b/app/create/page.tsx
index 5ca407e..6364ced 100644
--- a/app/create/page.tsx
+++ b/app/create/page.tsx
@@ -166,7 +166,7 @@ export default function Page() {
type="text"
value={meetingName}
onChange={(e) => setMeetingName(e.target.value)}
- placeholder="플레이스 홀더"
+ placeholder="최대 20자 이내로 입력해주세요"
className="border-gray-2 placeholder:text-gray-3 w-full rounded border px-3 py-2 text-[15px] leading-[1.6] tracking-[0.144px] focus:outline-none"
/>
@@ -301,8 +301,8 @@ export default function Page() {
>
{desc}
++ {desc2} +
- 참석자들이 지하철 출발역을 입력하면, 이동시간과 편차를 분석해 서울 내 최적의 번화가를 + 참석자들이 지하철 출발역을 입력하면, +
++ 이동시간과 편차를 분석해 서울 내 최적의 번화가를 추천합니다