Skip to content

Commit

Permalink
chore: update policies
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmykane committed Nov 29, 2021
1 parent 4a09b36 commit 6201883
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion src/app/components/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,11 @@
(click)="router.navigate(['/services'],{ queryParams: { serviceName: serviceNames.COROSAPI }});"></mat-icon>
<mat-icon class="large-svg-icon" svgIcon="garmin"
(click)="router.navigate(['/services'], { queryParams: { serviceName: serviceNames.GarminHealthAPI }});"></mat-icon>

<mat-divider [inset]="true"></mat-divider>
<br/>
<mat-list-item routerLink="/policies">
<mat-icon>policy</mat-icon>
<span>Privacy & Policies</span><span class="fill-space"></span>
</mat-list-item>
</mat-card>
</section>
2 changes: 1 addition & 1 deletion src/app/components/policies/policies.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<li>We provide all default privacy settings to private, only seen by you and you can choose what to make
public
</li>
<li>We don't sell or send your data to any other 3rd party</li>
<li>We don't sell or send your data to any other 3rd party nor do we process your private data in any other way rather than allowing you to visualize them</li>
</ul>
</mat-card-content>
</mat-card>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<li>We provide all default privacy settings to private, only seen by you and you can choose what to make
public
</li>
<li>We don't sell or send your data to any other 3rd party</li>
<li>We don't sell or send your data to any other 3rd party nor do we process your private data in any other way rather than allowing you to visualize them</li>
</ul>
</mat-card>
</mat-checkbox>
Expand Down

0 comments on commit 6201883

Please sign in to comment.