From d41984ca4ee14d90aefb9c05e172f81dd255c026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?siyeon00=28=EC=9D=B4=EC=8B=9C=EC=97=B0=29?= Date: Fri, 24 Jul 2026 11:20:00 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20=EC=B0=BE=EC=95=84=EC=98=A4=EC=8B=9C?= =?UTF-8?q?=EB=8A=94=20=EA=B8=B8=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EA=B2=BD?= =?UTF-8?q?=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/company/LocationPage.jsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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: "강남 출발",