diff --git a/src/app/page.tsx b/src/app/page.tsx index 4170783..9952004 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { } }, { - text: "Directions", onClick: (e) => { + text: "Directions", onClick: (e: React.MouseEvent) => { e.preventDefault(); e.stopPropagation(); window.open("https://www.google.com/maps/dir/?api=1&destination=4635+N+Milwaukee+Ave+Chicago+IL", "_blank", "noopener,noreferrer");