From 7e8a70e2d4e0d61c366d38ab69e722b0e1f85df0 Mon Sep 17 00:00:00 2001 From: gkolokythas Date: Mon, 2 Dec 2019 10:29:41 +0200 Subject: [PATCH] Fixes bug on cookies consent "Learn more" link. --- dmp-frontend/src/app/app.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmp-frontend/src/app/app.module.ts b/dmp-frontend/src/app/app.module.ts index b82670f0c..d40363ad6 100644 --- a/dmp-frontend/src/app/app.module.ts +++ b/dmp-frontend/src/app/app.module.ts @@ -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",