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