diff --git a/src/components/Map.css b/src/components/Map.css deleted file mode 100644 index 72f0752..0000000 --- a/src/components/Map.css +++ /dev/null @@ -1,3 +0,0 @@ -.satellite { - margin-right: 2rem; -} diff --git a/src/components/Map.js b/src/components/Map.js index 089a118..ad2986a 100644 --- a/src/components/Map.js +++ b/src/components/Map.js @@ -8,7 +8,6 @@ import { Marker, Sphere, } from "react-simple-maps"; -import "./Map.css"; const geoUrl = "https://raw.githubusercontent.com/zcreativelabs/react-simple-maps/master/topojson-maps/world-110m.json"; @@ -19,7 +18,7 @@ const Map = ({ latitude, longitude }) => { const newLat = String(Number(latitude) + 5); return ( - +