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",