Skip to content

Commit

Permalink
update gmaps view
Browse files Browse the repository at this point in the history
  • Loading branch information
DidierRLopes committed Mar 16, 2024
1 parent 701c0d5 commit e004b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export default function Home() {
<div className="flex-none overflow-y-scroll rounded-sm text-center mx-auto text-lg p-2 mb-4">
<iframe
// Note that the &zoom=9 is important to set the zoom level
src="https://www.google.com/maps/d/u/0/embed?mid=174MaDCD2ho7QwEt4uk16eJnPxnZNxzU&ehbc=2E312F&zoom=9"
src="https://www.google.com/maps/d/u/0/embed?mid=1cA9FfT4NkLqRKCsIcgtGKJXh6P9H15M&ehbc=2E312F&zoom=9"
width="100%"
height={isDesktop ? "480" : "220"}
title="My travels"
Expand Down

0 comments on commit e004b5e

Please sign in to comment.