Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 86e6e1b0f4 | |||
| 7d110ddb41 | |||
| 2c95c58bed | |||
| e5324ea35f | |||
| dc2092ad49 | |||
| 191941871c | |||
| 79dd67bdf8 |
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: "Directions", href: "https://www.google.com/maps/dir/?api=1&destination=4635+N+Milwaukee+Ave+Chicago+IL", onClick: () => {
|
text: "Directions", onClick: () => {
|
||||||
window.open("https://www.google.com/maps/dir/?api=1&destination=4635+N+Milwaukee+Ave+Chicago+IL", "_blank", "noopener,noreferrer");
|
window.open("https://www.google.com/maps/dir/?api=1&destination=4635+N+Milwaukee+Ave+Chicago+IL", "_blank", "noopener,noreferrer");
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user