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..b7d47e6 100644 --- a/client/src/components/layout/Canvas/views/GlobalMapCanvas.jsx +++ b/client/src/components/layout/Canvas/views/GlobalMapCanvas.jsx @@ -1,11 +1,10 @@ import React from "react"; import { MapContainer, TileLayer, Marker, Popup } from "react-leaflet"; -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 diff --git a/client/src/components/layout/Dashboard.jsx b/client/src/components/layout/Dashboard.jsx index a27f6af..8cded10 100644 --- a/client/src/components/layout/Dashboard.jsx +++ b/client/src/components/layout/Dashboard.jsx @@ -49,7 +49,8 @@ export default function Dashboard() { <>