Skip to content

Commit 806cda4

Browse files
rootroot
authored andcommitted
hotpix : 지도 파일명 수정
1 parent 6bf85b5 commit 806cda4

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/assets/images/map/map2.png

-721 Bytes
Loading

src/assets/images/map/map3.png

-1.46 KB
Loading

src/assets/images/map/map4.png

2.16 KB
Loading

src/components/map/Modal.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import { useEffect } from "react";
33
import { createPortal } from "react-dom";
44

55
import Map1 from "@/assets/images/map/map1.png";
6-
import Map4 from "@/assets/images/map/map2.png";
7-
import Map2 from "@/assets/images/map/map3.png";
8-
import Map3 from "@/assets/images/map/map4.png";
6+
import Map2 from "@/assets/images/map/map2.png";
7+
import Map3 from "@/assets/images/map/map3.png";
8+
import Map4 from "@/assets/images/map/map4.png";
99

1010
type Props = {
1111
isNumber: number; // 1~4

0 commit comments

Comments
 (0)