Skip to content

Commit

Permalink
fix: 🐛 resolve marker images
Browse files Browse the repository at this point in the history
  • Loading branch information
Indiorlei committed Nov 11, 2023
1 parent 7512a2a commit c6c792b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/map/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ export const INITIAL_VALUES = {
};

export const SENDER_ICON = new Icon({
iconUrl: "http://localhost:3000/sender-icon.png",
iconUrl: "/sender-icon.png",
iconSize: [65, 65],
});

export const RECEIVER_ICON = new Icon({
iconUrl: "http://localhost:3000/receiver-icon.png",
iconUrl: "/receiver-icon.png",
iconSize: [65, 65],
});

0 comments on commit c6c792b

Please sign in to comment.