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 5785da1e..5a39c588 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) => {
파견학교 위치
- +