From 91238e300268f1df3099ed57556ae679db37c0c8 Mon Sep 17 00:00:00 2001 From: ikuleshov Date: Thu, 26 Sep 2024 09:26:52 +0000 Subject: [PATCH] add HATS survey link to the main page under the "Help & Feedback" section --- src/components/Home/index.tsx | 7 +++++++ src/constants.ts | 2 ++ 2 files changed, 9 insertions(+) diff --git a/src/components/Home/index.tsx b/src/components/Home/index.tsx index ff37fc29..a015c0b1 100644 --- a/src/components/Home/index.tsx +++ b/src/components/Home/index.tsx @@ -94,6 +94,13 @@ const IndexPage: React.FC = () => { For this site +
  • + Fill out a{" "} + + brief customer survey + {" "} + and let us know what you think! +
  • You may report bugs by{" "} diff --git a/src/constants.ts b/src/constants.ts index f93f31f3..17578213 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -52,6 +52,8 @@ export enum Url { enhancedEcommerceDemo = "https://enhancedecommerce.appspot.com/", gaDevToolsGitHub = "https://github.com/googleanalytics/ga-dev-tools", gaDevToolsGitHubNewIssue = "https://github.com/googleanalytics/ga-dev-tools/issues/new?assignees=&labels=&template=bug_report.md&title=", + + gaDevToolsHatsSurvey = "https://forms.gle/khM6TxwTpjRfkPk69", gaDevToolsGitHubNewFeatureRequest = "https://github.com/googleanalytics/ga-dev-tools/issues/new?assignees=&labels=&template=feature_request.md&title=", gaDevsite = "http://developers.google.com/analytics", gaDevsiteHelp = "http://developers.google.com/analytics/help/",