File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ exports[`Map Container renders map container 1`] = `
12
12
>
13
13
<iframe
14
14
id = " GoogleMapID"
15
- src = " https://www.google.com/maps/embed/v1/place?q=1%20market%2C%20san%20francisco & key=AIzaSyDliLquGXGts9S8YtkWVolSQEJdBL1ZuWc "
15
+ src = " https://sfdc-map.surge.sh/ "
16
16
title = " Google Maps iframe"
17
17
/>
18
18
</div >
@@ -32,7 +32,7 @@ exports[`Map Container renders map container with coordinates 1`] = `
32
32
>
33
33
<iframe
34
34
id = " GoogleMapID"
35
- src = " https://www.google.com/maps/embed/v1/place?q=1%20market%2C%20san%20francisco & key=AIzaSyDliLquGXGts9S8YtkWVolSQEJdBL1ZuWc "
35
+ src = " https://sfdc-map.surge.sh/ "
36
36
title = " Google Maps iframe"
37
37
/>
38
38
</div >
@@ -490,7 +490,7 @@ exports[`Map Container renders map container with heading text 1`] = `
490
490
>
491
491
<iframe
492
492
id = " GoogleMapID"
493
- src = " https://www.google.com/maps/embed/v1/place?q=1%20market%2C%20san%20francisco & key=AIzaSyDliLquGXGts9S8YtkWVolSQEJdBL1ZuWc "
493
+ src = " https://sfdc-map.surge.sh/ "
494
494
title = " Google Maps iframe"
495
495
/>
496
496
</div >
@@ -510,7 +510,7 @@ exports[`Map Container renders map container with selected coordinate 1`] = `
510
510
>
511
511
<iframe
512
512
id = " GoogleMapID"
513
- src = " https://www.google.com/maps/embed/v1/place?q=1%20market%2C%20san%20francisco & key=AIzaSyDliLquGXGts9S8YtkWVolSQEJdBL1ZuWc "
513
+ src = " https://sfdc-map.surge.sh/ "
514
514
title = " Google Maps iframe"
515
515
/>
516
516
</div >
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ export const GoogleMap = props => {
89
89
< iframe
90
90
id = "GoogleMapID"
91
91
title = "Google Maps iframe"
92
- src = "https://www.google.com/maps/embed/v1/place?q=1%20market%2C%20san%20francisco & key = AIzaSyDliLquGXGts9S8YtkWVolSQEJdBL1ZuWc "
92
+ src = "https://sfdc-map.surge.sh/ "
93
93
/>
94
94
) }
95
95
</ div >
You can’t perform that action at this time.
0 commit comments