From 9e61d47c01b64abfea58d964e413caf40f067b11 Mon Sep 17 00:00:00 2001 From: "songhj10207@naver.com" Date: Wed, 4 Dec 2024 19:48:48 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=EB=A7=88=EC=BB=A4=20=EC=9D=B4?= =?UTF-8?q?=EB=AF=B8=EC=A7=80=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/images/location.svg | 4 ---- src/components/common/map/Map.jsx | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 public/images/location.svg diff --git a/public/images/location.svg b/public/images/location.svg deleted file mode 100644 index ce14d74..0000000 --- a/public/images/location.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/src/components/common/map/Map.jsx b/src/components/common/map/Map.jsx index 1f098aa..e3bca91 100644 --- a/src/components/common/map/Map.jsx +++ b/src/components/common/map/Map.jsx @@ -73,7 +73,7 @@ const MyMap = () => { title: name, clickable: true, icon: { - url: '/images/location.svg', + url: 'https://wnstn6945.notion.site/image/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F499f229c-bff2-4c82-ae94-81c36fa59a9c%2F207bae82-72cc-4a5d-86e0-0ec55d24d9bc%2Flocation_(3).svg?table=block&id=8e914cbf-ecb5-48da-8467-a201dc304f3b&spaceId=499f229c-bff2-4c82-ae94-81c36fa59a9c&userId=&cache=v2', size: new naver.maps.Size(60, 60), origin: new naver.maps.Point(0, 0), anchor: new naver.maps.Point(11, 35),