diff --git a/client/src/App.jsx b/client/src/App.jsx index cc8a57a..9935035 100644 --- a/client/src/App.jsx +++ b/client/src/App.jsx @@ -1,4 +1,6 @@ import Dashboard from './components/layout/Dashboard.jsx' +import 'leaflet/dist/leaflet.css'; + function App() { return ( diff --git a/client/src/components/layout/Canvas/views/GlobalMapCanvas.jsx b/client/src/components/layout/Canvas/views/GlobalMapCanvas.jsx index 7190735..a4bba7f 100644 --- a/client/src/components/layout/Canvas/views/GlobalMapCanvas.jsx +++ b/client/src/components/layout/Canvas/views/GlobalMapCanvas.jsx @@ -1,11 +1,11 @@ import React from "react"; import { MapContainer, TileLayer, Marker, Popup } from "react-leaflet"; -import 'leaflet/dist/leaflet.css'; +// import 'leaflet/dist/leaflet.css'; export default function GlobalMapCanvas() { const position = [45.61142478054226, -122.49630033167544]; // [latitude, longitude] return ( - + - - - Regional Map Canvas coming soon! - - - - ); +export default function GlobalMapCanvas() { + const position = [45.61142478054226, -122.49630033167544]; // [latitude, longitude] + return ( + + + + + CVO — Home of the volcanoligists + + + + ); } \ No newline at end of file