diff --git a/src/App.tsx b/src/App.tsx
index 6b6f5c8..5ac9c85 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -86,7 +86,7 @@ function App() {
});
// Send pageview with a custom path
- ReactGA.send({ hitType: "pageview", page: "/", title: "UCF Campus Map" });
+ ReactGA.send({ hitType: "pageview", page: "/map/", title: "UCF Campus Map" });
}
const initialLng = -81.200142;
@@ -225,9 +225,7 @@ function App() {
category: "Link",
action: "click",
label: `${location!.title.rendered}`,
- });
-
- console.log(location!.title.rendered);
+ });
html = `${feature?.properties?.Name}`;
} else {
html = `${feature?.properties?.Name}`
@@ -238,7 +236,6 @@ function App() {
};
const onSearchResultClick = (result: GeoJsonProperties) => {
- // console.log(result);
mapRef.current!.flyTo({
center: [
result!.properties.Longitude,
diff --git a/src/components/MapMenu.tsx b/src/components/MapMenu.tsx
index 51bb1b0..16a39e1 100644
--- a/src/components/MapMenu.tsx
+++ b/src/components/MapMenu.tsx
@@ -237,7 +237,7 @@ export default function MapMenu(props: MapMenuProps) {
'parking': !props.visibility.accessibility.parking
}})
}
- >
+ >
Parking