Skip to content

Commit eac2a23

Browse files
authored
Update Google Maps API key in index.html (#849)
It works better if you use the right API key.
1 parent b60655b commit eac2a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/web-components-map/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
for more information.
3030
-->
3131
<script
32-
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyB41DRUbKWJHPxaFjMAwdrzWzbVKartNGg&libraries=maps,marker&v=weekly"
32+
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8&libraries=maps,marker&v=weekly"
3333
defer
3434
></script>
3535
</body>

0 commit comments

Comments
 (0)