Skip to content

Commit

Permalink
fix(index): updating Google key for the example environment
Browse files Browse the repository at this point in the history
  • Loading branch information
xavibonell-badi committed Feb 26, 2020
1 parent 4598fa4 commit 5f5e028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>React Geosuggest</title>
<link href='http://fonts.googleapis.com/css?family=Roboto:300,100,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="app.css">
<script src="https://maps.googleapis.com/maps/api/js?libraries=places&key=AIzaSyBG0SybP0EKWH3Jvwki7IR5AMyO_cUeeQc"></script>
<script src="https://maps.googleapis.com/maps/api/js?libraries=places&key=AIzaSyAF8FxJ14ikiajwnNH2VsV15lqSdT2PBK0"></script>
</head>
<body>
<div class="container">
Expand Down

0 comments on commit 5f5e028

Please sign in to comment.