diff --git a/src/pages/company/LocationPage.jsx b/src/pages/company/LocationPage.jsx index 33d30e6..7a34a80 100644 --- a/src/pages/company/LocationPage.jsx +++ b/src/pages/company/LocationPage.jsx @@ -42,7 +42,7 @@ const INFO_MAGOK = [ const TRANSPORT_INCHEON = [ { badge: "대중교통", - icon: "/PALNetworks/images/subway.png", + icon: "/images/subway.png", items: [ { title: "공항철도 청라국제도시역", @@ -56,7 +56,7 @@ const TRANSPORT_INCHEON = [ }, { badge: "셔틀버스", - icon: "/PALNetworks/images/bus.png", + icon: "/images/bus.png", items: [ { title: "청라국제도시역 출발", @@ -74,7 +74,7 @@ const TRANSPORT_INCHEON = [ }, { badge: "자가용", - icon: "/PALNetworks/images/car.png", + icon: "/images/car.png", items: [ { title: "서울 출발", @@ -90,7 +90,7 @@ const TRANSPORT_INCHEON = [ const TRANSPORT_MAGOK = [ { badge: "지하철", - icon: "/PALNetworks/images/subway.png", + icon: "/images/subway.png", items: [ { title: "5호선 마곡역", @@ -100,7 +100,7 @@ const TRANSPORT_MAGOK = [ }, { badge: "버스", - icon: "/PALNetworks/images/bus.png", + icon: "/images/bus.png", items: [ { title: "마곡역 정류장 하차", @@ -110,7 +110,7 @@ const TRANSPORT_MAGOK = [ }, { badge: "자가용", - icon: "/PALNetworks/images/car.png", + icon: "/images/car.png", items: [ { title: "강남 출발",