Skip to content

Commit

Permalink
Merge pull request #263 from LaurierHawkHacks/214-feature-add-firebas…
Browse files Browse the repository at this point in the history
…e-analytics-to-track-how-the-website-is-used
  • Loading branch information
aidantrabs authored Apr 7, 2024
2 parents c92d406 + 8d35368 commit 0cce223
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Navbar/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const Navbar = () => {
const handleSubmit = (e: React.MouseEvent<HTMLButtonElement>) => {
e.preventDefault();
openInNewTab('https://portal.hawkhacks.ca');
logEvent(analytics, 'click_application_portal_button');
};

return (
Expand Down

0 comments on commit 0cce223

Please sign in to comment.