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 ( <> - + + +