Skip to content

Commit

Permalink
release v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kikkomep committed Jun 6, 2023
2 parents b4ec968 + 812082e commit 0ac012b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lifemonitor",
"version": "0.5.3",
"version": "0.5.4",
"scripts": {
"start": "ng build --configuration production && http-server -p 4202 --ssl -C ./certs/lm.crt -K ./certs/lm.key --host lm dist/lifemonitor",
"start:dev": "ng serve --port 4200 --ssl --ssl-key ./certs/lm.key --ssl-cert ./certs/lm.crt --host lm",
Expand Down
2 changes: 1 addition & 1 deletion src/app/cookieConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const cookieConfig: NgcCookieConsentConfig = {
privacyPolicyHref: 'https://lifemonitor.eu/legal/privacy-policy.pdf',

tosLink: 'Terms of Service',
tosHref: 'https://lifemonitor.eu/legal/terms-of-service.pdf',
tosHref: 'https://lifemonitor.eu/legal/terms-and-conditions.pdf',
},

onInitialise: (status: any) => {
Expand Down
2 changes: 1 addition & 1 deletion src/app/utils/services/config.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ export class AppConfigService extends AppConfigLoader {
public privacyPolicyUrl: string =
'https://lifemonitor.eu/legal/privacy-policy.pdf';
public termsOfServiceUrl: string =
'https://lifemonitor.eu/legal/terms-of-service.pdf';
'https://lifemonitor.eu/legal/terms-and-conditions.pdf';
}

0 comments on commit 0ac012b

Please sign in to comment.