Fixes bug on cookies consent "Learn more" link.
This commit is contained in:
parent
3dd520fea3
commit
7e8a70e2d4
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue