Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
api key update (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-thansen authored Dec 18, 2023
1 parent 2e725cd commit 3c11779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Components/Map/Inputs/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ interface Props {
*/
const Search: React.FC<Props> = ({ onPlaceSelect }) => {
return (
<GeoapifyContext apiKey="bb524d9939ae497688b9b2dddc5cf0a2">
<GeoapifyContext apiKey="278562afd6274f1484c58a79d37c76af">
<GeoapifyGeocoderAutocomplete
placeholder="Enter address here"
type={'street'}
Expand Down

0 comments on commit 3c11779

Please sign in to comment.