Skip to content

Commit

Permalink
Update Garage Sale Map for Sunday
Browse files Browse the repository at this point in the history
  • Loading branch information
travismiller authored May 22, 2022
1 parent 8b14216 commit 88db1cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/sale.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ export default function Sale() {
</p>

<p className="; my-4">
<a target="_blank" rel="noopener noreferrer" href="https://www.google.com/maps/d/viewer?mid=1aRHRWOtnelJej6cnR0zLDaa4c04srx2Z&amp;z=16" className="underline text-blue-600">
<a target="_blank" rel="noopener noreferrer" href="https://www.google.com/maps/d/viewer?mid=1zxriYFHbVYXiiBxXxJSyTPjGS20IGCeE&amp;z=16" className="underline text-blue-600">
Open Bigger Map
</a>
</p>

<iframe src="https://www.google.com/maps/d/embed?mid=1aRHRWOtnelJej6cnR0zLDaa4c04srx2Z&amp;ehbc=2E312F&amp;z=16" style={{border: '1px solid black', width: '100%', height:'50vw'}}></iframe>
<iframe src="https://www.google.com/maps/d/embed?mid=1zxriYFHbVYXiiBxXxJSyTPjGS20IGCeE&amp;ehbc=2E312F&amp;z=16" style={{border: '1px solid black', width: '100%', height:'50vw'}}></iframe>
</div>
</>
}

0 comments on commit 88db1cd

Please sign in to comment.