Skip to content

Commit

Permalink
deploy: 8700552
Browse files Browse the repository at this point in the history
  • Loading branch information
kwnevarez committed May 11, 2024
1 parent c1c3617 commit fb9d075
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion samples/rgm-college-picker/app/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<head>
<title>React Google Maps - College Picker App</title>

<script type="module" crossorigin src="./assets/index-AWLWAPXC.js"></script>
<script type="module" crossorigin src="./assets/index-PlMrZ4ZZ.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-3kh6fW0e.css">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion samples/rgm-college-picker/app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import { PlacePicker as TPlacePicker } from '@googlemaps/extended-component-libr

const API_KEY =
globalThis.GOOGLE_MAPS_API_KEY ?? (import.meta.env.VITE_GOOGLE_MAPS_API_KEY!);
const DEFAULT_CENTER = { lat: -34.397, lng: 150.644 };
const DEFAULT_CENTER = {lat: 38, lng: -98};
const DEFAULT_ZOOM = 4;
const DEFAULT_ZOOM_WITH_LOCATION = 16;
/**
Expand Down
2 changes: 1 addition & 1 deletion samples/rgm-college-picker/docs/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import {
PlacePicker,
} from "@googlemaps/extended-component-library/react";
const API_KEY = globalThis.GOOGLE_MAPS_API_KEY ?? "YOUR_API_KEY";
const DEFAULT_CENTER = { lat: -34.397, lng: 150.644 };
const DEFAULT_CENTER = { lat: 38, lng: -98 };
const DEFAULT_ZOOM = 4;
const DEFAULT_ZOOM_WITH_LOCATION = 16;

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion samples/rgm-college-picker/iframe/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<head>
<title>React Google Maps - College Picker App</title>

<script type="module" crossorigin src="./assets/index-AWLWAPXC.js"></script>
<script type="module" crossorigin src="./assets/index-PlMrZ4ZZ.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-3kh6fW0e.css" />
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion samples/rgm-college-picker/jsfiddle/demo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {
PlacePicker,
} from "https://cdn.skypack.dev/@googlemaps/extended-component-library@^0.6.11/react";
const API_KEY = globalThis.GOOGLE_MAPS_API_KEY ?? "YOUR_API_KEY";
const DEFAULT_CENTER = { lat: -34.397, lng: 150.644 };
const DEFAULT_CENTER = { lat: 38, lng: -98 };
const DEFAULT_ZOOM = 4;
const DEFAULT_ZOOM_WITH_LOCATION = 16;

Expand Down
2 changes: 1 addition & 1 deletion samples/rgm-college-picker/playground/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import { PlacePicker as TPlacePicker } from '@googlemaps/extended-component-libr

const API_KEY =
globalThis.GOOGLE_MAPS_API_KEY ?? ("YOUR_API_KEY");
const DEFAULT_CENTER = { lat: -34.397, lng: 150.644 };
const DEFAULT_CENTER = {lat: 38, lng: -98};
const DEFAULT_ZOOM = 4;
const DEFAULT_ZOOM_WITH_LOCATION = 16;
/**
Expand Down

0 comments on commit fb9d075

Please sign in to comment.