From aaf304fc89c6fda63086de60272faeb37b3cc0e7 Mon Sep 17 00:00:00 2001
From: Vim <86254807+vim-usds@users.noreply.github.com>
Date: Mon, 20 Sep 2021 15:00:50 -0700
Subject: [PATCH] Add analytics script (#707)
* Add analytics script
- also add the geoplatform official site to yml file
* update analytics link
---
.github/workflows/deploy_main.yml | 1 +
client/src/components/layout.tsx | 8 +++++++-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/deploy_main.yml b/.github/workflows/deploy_main.yml
index 5fdf5c6d..b9a94247 100644
--- a/.github/workflows/deploy_main.yml
+++ b/.github/workflows/deploy_main.yml
@@ -95,3 +95,4 @@ jobs:
echo "Github pages: https://usds.github.io/justice40-tool/$DESTINATION_FOLDER/en"
echo "Standard S3 bucket version (http only) : http://usds-geoplatform-justice40-website.s3-website-us-east-1.amazonaws.com/justice40-tool/$DESTINATION_FOLDER/en"
echo "Cloudfront https: https://d2zjid6n5ja2pt.cloudfront.net"
+ echo "Geoplatform official site: https://screeningtool.geoplatform.gov/en/"
diff --git a/client/src/components/layout.tsx b/client/src/components/layout.tsx
index ecc8441a..b93ca078 100644
--- a/client/src/components/layout.tsx
+++ b/client/src/components/layout.tsx
@@ -14,7 +14,13 @@ const Layout = ({children, location, title}: ILayoutProps) => {
// @ts-ignore
return (
<>
-
+
+
+