From 7d110ddb41f0a9462530ce49ab6fe07c81b0328b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 05:52:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9952004..6777f5b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,9 +53,7 @@ export default function LandingPage() { } }, { - text: "Directions", onClick: (e: React.MouseEvent) => { - e.preventDefault(); - e.stopPropagation(); + text: "Directions", onClick: () => { window.open("https://www.google.com/maps/dir/?api=1&destination=4635+N+Milwaukee+Ave+Chicago+IL", "_blank", "noopener,noreferrer"); } }, -- 2.49.1