From b59a8711822167cb9ab1c54f556779068c5ecc59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luc=C3=A0s?= Date: Sun, 21 May 2023 16:46:37 +0200 Subject: [PATCH] Show marker on invite in Chat Took 34 minutes --- src/components/chat/SimpleMarkerBar.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/components/chat/SimpleMarkerBar.tsx b/src/components/chat/SimpleMarkerBar.tsx index c00212d..a011214 100644 --- a/src/components/chat/SimpleMarkerBar.tsx +++ b/src/components/chat/SimpleMarkerBar.tsx @@ -8,13 +8,9 @@ type SimpleMarkerBarProps = { name: string; }; -export default function SimpleMarkerBar({ - lat, - lon, - name, -}: SimpleMarkerBarProps) { +export default function SimpleMarkerBar({lat, lon, name}: SimpleMarkerBarProps) { const barIcon = new L.Icon({ - iconUrl: "drink_cocktail.png", + iconUrl: "/drink_cocktail.png", iconSize: [35, 35], popupAnchor: [0, -5], backgroundColor: "purple",