Skip to content

Commit

Permalink
use new cookiebot account (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skitionek authored Apr 10, 2024
1 parent 0c90038 commit 547143d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export class CookiePolicyComponent implements AfterViewInit {
const s = document.createElement('script');
s.id = 'CookieDeclaration';
s.type = 'text/javascript';
s.src = 'https://consent.cookiebot.com/57494afb-856d-4cf0-8b86-d56bb0002688/cd.js';
s.src = 'https://consent.cookiebot.com/2c4d1aa6-66d7-4d10-a8dc-4ddc145b829a/cd.js';
this.cookiePolicyContainer.nativeElement.appendChild(s);
}
}

0 comments on commit 547143d

Please sign in to comment.