new api keys

This commit is contained in:
Al Duncanson 2019-01-05 12:50:07 -05:00
parent 37c5733014
commit 55775e10b9
3 changed files with 3 additions and 3 deletions

View File

@ -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 = {

View File

@ -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 = {

View File

@ -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 = {