From 427bd8658fd6333618ca30c901d2bcd5b3b99799 Mon Sep 17 00:00:00 2001 From: manNomi Date: Mon, 22 Jun 2026 15:24:09 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=ED=8C=8C=EA=B2=AC=ED=95=99=EA=B5=90=20?= =?UTF-8?q?=EC=A7=80=EB=8F=84=20=EC=B4=88=EA=B8=B0=20=EC=A4=8C=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 --- .../[id]/_ui/UniversityDetail/_ui/MapSection.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/apps/university-web/src/app/university/[homeUniversity]/[id]/_ui/UniversityDetail/_ui/MapSection.tsx b/apps/university-web/src/app/university/[homeUniversity]/[id]/_ui/UniversityDetail/_ui/MapSection.tsx index 5785da1e0..5a39c5885 100644 --- a/apps/university-web/src/app/university/[homeUniversity]/[id]/_ui/UniversityDetail/_ui/MapSection.tsx +++ b/apps/university-web/src/app/university/[homeUniversity]/[id]/_ui/UniversityDetail/_ui/MapSection.tsx @@ -4,6 +4,8 @@ interface MapSectionProps { universityEnglishName: string; } +const SCHOOL_LOCATION_OVERVIEW_ZOOM = 5; + const MapSection = ({ universityEnglishName }: MapSectionProps) => { return ( <> @@ -11,7 +13,13 @@ const MapSection = ({ universityEnglishName }: MapSectionProps) => {
파견학교 위치
- +