popup text changed

This commit is contained in:
jubitjohn 2023-06-07 22:44:48 +05:30
parent 7c65872fda
commit b338d20877

View file

@ -34,7 +34,7 @@ const MapBox: React.FC<MapBoxProps> = ({ location }) => {
L.marker(position)
.addTo(map)
.bindPopup('You were here.')
.bindPopup("Photo's location")
.openPopup();
}
}