new api keys
This commit is contained in:
parent
37c5733014
commit
55775e10b9
|
@ -5,7 +5,7 @@ import Typography from '@material-ui/core/Typography';
|
||||||
import firebase from '../utilities/firebase.js';
|
import firebase from '../utilities/firebase.js';
|
||||||
|
|
||||||
// Google Maps API Key
|
// Google Maps API Key
|
||||||
const API_KEY = 'AIzaSyAZ_0J01bA6wCbIPK4UBq2RUBC-hIqG4mM';
|
const API_KEY = 'AIzaSyCSOlH291-dVi3dqYoapwG3st70IzLL6j4';
|
||||||
|
|
||||||
// Map container styles
|
// Map container styles
|
||||||
const mapStyles = {
|
const mapStyles = {
|
||||||
|
|
|
@ -3,7 +3,7 @@ import { Map, InfoWindow, Marker, GoogleApiWrapper } from 'google-maps-react';
|
||||||
import Typography from '@material-ui/core/Typography';
|
import Typography from '@material-ui/core/Typography';
|
||||||
|
|
||||||
// Google Maps API Key
|
// Google Maps API Key
|
||||||
const API_KEY = 'AIzaSyAZ_0J01bA6wCbIPK4UBq2RUBC-hIqG4mM';
|
const API_KEY = 'AIzaSyCSOlH291-dVi3dqYoapwG3st70IzLL6j4';
|
||||||
|
|
||||||
// Map container styles
|
// Map container styles
|
||||||
const mapStyles = {
|
const mapStyles = {
|
||||||
|
|
|
@ -2,7 +2,7 @@ import React, { Component } from 'react';
|
||||||
import { Map, Marker, GoogleApiWrapper } from 'google-maps-react';
|
import { Map, Marker, GoogleApiWrapper } from 'google-maps-react';
|
||||||
|
|
||||||
// Google Maps API Key
|
// Google Maps API Key
|
||||||
const API_KEY = 'AIzaSyAZ_0J01bA6wCbIPK4UBq2RUBC-hIqG4mM';
|
const API_KEY = 'AIzaSyCSOlH291-dVi3dqYoapwG3st70IzLL6j4';
|
||||||
|
|
||||||
// Map container styles
|
// Map container styles
|
||||||
const mapStyles = {
|
const mapStyles = {
|
||||||
|
|
Loading…
Reference in New Issue