Fixes bug on cookies consent "Learn more" link.

This commit is contained in:
gkolokythas 2019-12-02 10:29:41 +02:00
parent 3dd520fea3
commit 7e8a70e2d4
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ const cookieConfig: NgcCookieConsentConfig = {
dismiss: "Got it!",
deny: "Refuse cookies",
link: "Learn more",
href: "http://localhost:4200/terms-of-service",
href: environment.App + "terms-of-service",
policy: "Cookie Policy"
},
position: "bottom-right",