Cards font size

This commit is contained in:
ISA
2024-05-15 07:39:25 +02:00
parent ab31f85b6b
commit 5f5f6b1f03
4 changed files with 8 additions and 7 deletions

View File

@@ -35,8 +35,8 @@ const MapComponent = ({ locations, onLocationUpdate }) => {
const [showVersionInfoModal, setShowVersionInfoModal] = useState(false);
const zoomTrigger = useRecoilValue(zoomTriggerState);
const offlineTileLayer = "/mapTiles/{z}/{x}/{y}.png";
const onlineTileLayer = "/mapTiles/{z}/{x}/{y}.png";
//const onlineTileLayer = "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png";
//const onlineTileLayer = "/mapTiles/{z}/{x}/{y}.png";
const onlineTileLayer = "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png";
//const onlineTileLayer = "mapTiles/{z}/{x}/{y}.png";
// Create map layers
const TALAS = new L.layerGroup();
@@ -1691,12 +1691,13 @@ const MapComponent = ({ locations, onLocationUpdate }) => {
<div className="absolute bottom-3 left-3 w-72 p-4 bg-white rounded-lg shadow-md z-50">
<div className="flex justify-between items-center">
<div>
<span className="text-black text-lg font-semibold"> TALAS.Map </span>
<br />
<span className="text-black text-lg">
Version 1.0.0
<span className="text-black text-lg font-semibold">
{" "}
TALAS.Map{" "}
</span>
<br />
<span className="text-black text-lg">Version 1.0.0</span>
</div>
<div>
<button onClick={openVersionInfoModal}>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB