diff --git a/src/components/MapLinks.js b/src/components/MapLinks.js index d2168530..42ffe2a9 100644 --- a/src/components/MapLinks.js +++ b/src/components/MapLinks.js @@ -4,12 +4,17 @@ import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; import { Link } from 'react-router-dom'; import transitNowIcon from '../resources/transitnow.png'; import './MapLinks.scss'; +import { OverlayTrigger, Tooltip } from 'react-bootstrap'; function MapLinks() { return (
- Transit Now - + About}> + Transit Now + + Routes}> + +
); } diff --git a/src/components/TransitMap.scss b/src/components/TransitMap.scss index c6f18958..0d6559fc 100644 --- a/src/components/TransitMap.scss +++ b/src/components/TransitMap.scss @@ -31,7 +31,7 @@ border: 2px solid rgba(0,0,0,0.2); background-color: white; border-radius: 5px; - margin-bottom: 5px; + margin-bottom: 0.5rem; } }