Skip to content

Commit

Permalink
new footer link for compliance (#4670)
Browse files Browse the repository at this point in the history
fixes #4631 
<!-- Link to relevant issue (for ex: "fixes #1234") which will
automatically close the issue once the PR is merged -->

## PR Type
<!-- Please uncomment one ore more that apply to this PR -->

<!-- - Bugfix -->
<!-- - Feature -->
<!-- - Code style update (formatting) -->
<!-- - Refactoring (no functional changes, no api changes) -->
<!-- - Build or CI related changes -->
<!-- - Documentation content changes -->
<!-- - Sample app changes -->
Other... : Compliance

## Describe the new behavior?
New link in our footer

## PR Checklist

- [x ] Test: run `npm run test` and ensure that all tests pass
- [x ] Target main branch (or an appropriate release branch if
appropriate for a bug fix)
- [ x] Ensure that your contribution follows [standard accessibility
guidelines](https://docs.microsoft.com/en-us/microsoft-edge/accessibility/design).
Use tools like https://webhint.io/ to validate your changes.


## Additional Information
  • Loading branch information
jgw96 authored Feb 28, 2024
1 parent 702b5eb commit ccac94e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/pwabuilder/src/script/components/app-footer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,13 @@ export class AppFooter extends LitElement {
@click=${() => recordPWABuilderProcessStep(`footer.privacy_policy_clicked`, AnalyticsBehavior.ProcessCheckpoint)}
>Our Privacy Statement</a
>
<a
target="_blank"
rel="noopener"
href="https://go.microsoft.com/fwlink/?linkid=2259814"
@click=${() => recordPWABuilderProcessStep(`footer.consumer_health_policy_clicked`, AnalyticsBehavior.ProcessCheckpoint)}
>Consumer Health Privacy</a
>
<a
target="_blank"
rel="noopener"
Expand Down

0 comments on commit ccac94e

Please sign in to comment.