From 55775e10b95a18ff2fb4a2ee4eff349735704c61 Mon Sep 17 00:00:00 2001 From: Al Duncanson Date: Sat, 5 Jan 2019 12:50:07 -0500 Subject: [PATCH] new api keys --- src/components/SightingMap.js | 2 +- src/components/forms/ReportMap.js | 2 +- src/components/list/SightingDetailMap.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/SightingMap.js b/src/components/SightingMap.js index abc06b8..80f3ed3 100644 --- a/src/components/SightingMap.js +++ b/src/components/SightingMap.js @@ -5,7 +5,7 @@ import Typography from '@material-ui/core/Typography'; import firebase from '../utilities/firebase.js'; // Google Maps API Key -const API_KEY = 'AIzaSyAZ_0J01bA6wCbIPK4UBq2RUBC-hIqG4mM'; +const API_KEY = 'AIzaSyCSOlH291-dVi3dqYoapwG3st70IzLL6j4'; // Map container styles const mapStyles = { diff --git a/src/components/forms/ReportMap.js b/src/components/forms/ReportMap.js index 3e72165..65750ac 100644 --- a/src/components/forms/ReportMap.js +++ b/src/components/forms/ReportMap.js @@ -3,7 +3,7 @@ import { Map, InfoWindow, Marker, GoogleApiWrapper } from 'google-maps-react'; import Typography from '@material-ui/core/Typography'; // Google Maps API Key -const API_KEY = 'AIzaSyAZ_0J01bA6wCbIPK4UBq2RUBC-hIqG4mM'; +const API_KEY = 'AIzaSyCSOlH291-dVi3dqYoapwG3st70IzLL6j4'; // Map container styles const mapStyles = { diff --git a/src/components/list/SightingDetailMap.js b/src/components/list/SightingDetailMap.js index 775e7ee..5dc3543 100644 --- a/src/components/list/SightingDetailMap.js +++ b/src/components/list/SightingDetailMap.js @@ -2,7 +2,7 @@ import React, { Component } from 'react'; import { Map, Marker, GoogleApiWrapper } from 'google-maps-react'; // Google Maps API Key -const API_KEY = 'AIzaSyAZ_0J01bA6wCbIPK4UBq2RUBC-hIqG4mM'; +const API_KEY = 'AIzaSyCSOlH291-dVi3dqYoapwG3st70IzLL6j4'; // Map container styles const mapStyles = {