Cards font size
This commit is contained in:
Binary file not shown.
@@ -35,8 +35,8 @@ const MapComponent = ({ locations, onLocationUpdate }) => {
|
|||||||
const [showVersionInfoModal, setShowVersionInfoModal] = useState(false);
|
const [showVersionInfoModal, setShowVersionInfoModal] = useState(false);
|
||||||
const zoomTrigger = useRecoilValue(zoomTriggerState);
|
const zoomTrigger = useRecoilValue(zoomTriggerState);
|
||||||
const offlineTileLayer = "/mapTiles/{z}/{x}/{y}.png";
|
const offlineTileLayer = "/mapTiles/{z}/{x}/{y}.png";
|
||||||
const onlineTileLayer = "/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 = "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png";
|
||||||
//const onlineTileLayer = "mapTiles/{z}/{x}/{y}.png";
|
//const onlineTileLayer = "mapTiles/{z}/{x}/{y}.png";
|
||||||
// Create map layers
|
// Create map layers
|
||||||
const TALAS = new L.layerGroup();
|
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="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 className="flex justify-between items-center">
|
||||||
<div>
|
<div>
|
||||||
<span className="text-black text-lg font-semibold"> TALAS.Map </span>
|
<span className="text-black text-lg font-semibold">
|
||||||
|
{" "}
|
||||||
<br />
|
TALAS.Map{" "}
|
||||||
<span className="text-black text-lg">
|
|
||||||
Version 1.0.0
|
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
<br />
|
||||||
|
<span className="text-black text-lg">Version 1.0.0</span>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<button onClick={openVersionInfoModal}>
|
<button onClick={openVersionInfoModal}>
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 3.2 KiB |
BIN
public/img/add_station.png.back
Normal file
BIN
public/img/add_station.png.back
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
Reference in New Issue
Block a user