Latidute und Longitude in Popuphinzugefügt

This commit is contained in:
Ismail Ali
2025-01-17 22:37:47 +01:00
parent 486c1a903c
commit 47f1535883

View File

@@ -20,7 +20,8 @@ const CoordinatePopup = ({ isOpen, coordinates, onClose }) => {
}}
onClick={(e) => e.stopPropagation()} // Verhindert das Schließen, wenn innerhalb des Popups geklickt wird
>
<h2 className="text-xl font-bold text-center mb-4 text-gray-800">Koordinaten</h2>
<h2 className="text-xl font-bold text-center mb-2 text-gray-800">Koordinaten</h2>
<p className="text-center text-lg text-gray-600 font-mono mb-0">lat , lng</p>
<p className="text-center text-lg text-gray-600 font-mono mb-6">{coordinates}</p>
<div className="flex justify-center gap-4">
<button