updating names cont.

This commit is contained in:
2025-08-05 15:08:18 -07:00
parent c4d9725583
commit 46b27d90dd
12 changed files with 33 additions and 35 deletions
@@ -1,7 +1,7 @@
import React from "react";
import { MapContainer, TileLayer, Marker, Popup } from "react-leaflet";
export default function GlobalMapCanvas() {
export default function GlobalMap() {
const position = [45.61142478054226, -122.49630033167544]; // [latitude, longitude]
return (
<MapContainer center={position} zoom={3} style={{ height: "100%", width: "100%" }}>