Merge version_4 into main #7
@@ -53,7 +53,9 @@ 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: (e) => {
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
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