Skip to content

Commit 78632b8

Browse files
committed
Updated iframe map embed URL.
1 parent 27a149d commit 78632b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/contact/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ export default function Contact() {
427427
<iframe
428428
className="border-0 w-full rounded"
429429
style={{ height: '300px' }}
430-
src={`//www.google.com/maps/embed/v1/place?q=1211%2022nd%20Ave%20NE%20Minneapolis%20MN&zoom=17&key=${process.env.NEXT_PUBLIC_GOOGLE_MAPS_API_KEY}`}
430+
src="https://maps.google.com/maps?q=2429%20Nicollet%20Ave%20NE%20Minneapolis%20MN&z=17&output=embed"
431431
allowFullScreen
432432
loading="lazy"
433433
referrerPolicy="no-referrer-when-downgrade"

0 commit comments

Comments
 (0)