Skip to content

Commit

Permalink
Merge pull request #2519 from airqo-platform/staging
Browse files Browse the repository at this point in the history
 move to production
  • Loading branch information
Baalmart authored Feb 24, 2025
2 parents a312cd6 + 3462653 commit 3d175ee
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/website2/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).

## Getting Started.
## Getting Started

First, run the development server:

Expand Down
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions src/website2/src/components/GoogleAnalytics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export default function GoogleAnalytics({
}, [measurementId, pathname, searchParams]);

if (!measurementId) {
// If you don't provide a measurement ID, no GA scripts will load
return null;
}

Expand All @@ -71,7 +70,7 @@ export default function GoogleAnalytics({
}

/**
* Example helper function to track custom GA events.
* helper function to track custom GA events.
*/
export function trackEvent({
action,
Expand Down

0 comments on commit 3d175ee

Please sign in to comment.