From 8d3536847243a70df5e742b35cb299ed5e53754c Mon Sep 17 00:00:00 2001 From: AmirAgassi Date: Sun, 7 Apr 2024 16:38:58 -0400 Subject: [PATCH] Update Navbar.tsx --- src/components/Navbar/Navbar.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Navbar/Navbar.tsx b/src/components/Navbar/Navbar.tsx index b92e984c..b7b8b2c9 100644 --- a/src/components/Navbar/Navbar.tsx +++ b/src/components/Navbar/Navbar.tsx @@ -24,6 +24,7 @@ const Navbar = () => { const handleSubmit = (e: React.MouseEvent) => { e.preventDefault(); openInNewTab('https://portal.hawkhacks.ca'); + logEvent(analytics, 'click_application_portal_button'); }; return (