Skip to content

Commit

Permalink
fix tos and privacy links
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelsc committed Oct 16, 2023
1 parent b690356 commit 0dfeca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/tab-preferences/tab-preferences.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -260,11 +260,11 @@
<ion-label>Legal</ion-label>
</ion-list-header>
<ion-list>
<ion-item lines="none" (click)="openBrowser(this.api.getBaseUrl()+'/legal/privacy.pdf', true)">
<ion-item lines="none" (click)="openBrowser('https://storage.googleapis.com/legal.beaconcha.in/privacy.pdf', true)">
<ion-label>Privacy Policy</ion-label>
</ion-item>

<ion-item lines="none" (click)="openBrowser(this.api.getBaseUrl()+'/legal/tos.pdf', true)">
<ion-item lines="none" (click)="openBrowser('https://storage.googleapis.com/legal.beaconcha.in/tos.pdf', true)">
<ion-label>Terms of Service</ion-label>
</ion-item>
<ion-item lines="none" (click)="openOpenSource()">
Expand Down

0 comments on commit 0dfeca5

Please sign in to comment.