Compare commits
5 Commits
Author | SHA1 | Date |
---|---|---|
Al Duncanson | 55775e10b9 | |
Alex Duncanson | 37c5733014 | |
WildScotsmen | 119f89489b | |
WildScotsmen | 29933ccb71 | |
WildScotsmen | 2b664334a2 |
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 6.6 KiB |
|
@ -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 = {
|
||||||
|
|
|
@ -18,7 +18,7 @@ const styles = theme => ({
|
||||||
flamelinkGallery: {
|
flamelinkGallery: {
|
||||||
marginRight: 'auto',
|
marginRight: 'auto',
|
||||||
marginLeft: 'auto',
|
marginLeft: 'auto',
|
||||||
backgroundImage: 'url(../images/galleryBackgroundImage.png)',
|
backgroundImage: 'url(/galleryBackgroundImage.png)',
|
||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
minHeight: 180,
|
minHeight: 180,
|
||||||
minWidth: 300,
|
minWidth: 300,
|
||||||
|
|
|
@ -10,8 +10,7 @@ const styles = theme => ({
|
||||||
...theme.mixins.gutters(),
|
...theme.mixins.gutters(),
|
||||||
margin: theme.spacing.unit * 2,
|
margin: theme.spacing.unit * 2,
|
||||||
paddingTop: theme.spacing.unit * 2,
|
paddingTop: theme.spacing.unit * 2,
|
||||||
paddingBottom: theme.spacing.unit * 2,
|
paddingBottom: theme.spacing.unit * 2
|
||||||
width: '100%'
|
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -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