Browse Source

fix : 찾아오시는 길 이미지 경로 수정

main
이시연 1 month ago
parent
commit
d41984ca4e
  1. 12
      src/pages/company/LocationPage.jsx

12
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: "강남 출발",

Loading…
Cancel
Save