Skip to content

Commit

Permalink
add HATS survey link to the main page under the "Help & Feedback" sec…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
ikuleshov committed Sep 26, 2024
1 parent 3fe59ac commit 91238e3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,13 @@ const IndexPage: React.FC = () => {
</Typography>
<Typography variant="h3">For this site</Typography>
<Typography variant="body1" component="ul">
<li>
Fill out a{" "}
<ExternalLink href={Url.gaDevToolsHatsSurvey}>
brief customer survey
</ExternalLink>{" "}
and let us know what you think!
</li>
<li>
You may report bugs by{" "}
<ExternalLink href={Url.gaDevToolsGitHubNewIssue}>
Expand Down
2 changes: 2 additions & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down

0 comments on commit 91238e3

Please sign in to comment.