From d402aa3aa180e8f81c97a4d7a9a9b07f26b5f0ed Mon Sep 17 00:00:00 2001 From: Julie M <70962362+meletj@users.noreply.github.com> Date: Fri, 24 May 2024 15:47:59 +0200 Subject: [PATCH 1/3] update cookie script --- src/html.tsx | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/src/html.tsx b/src/html.tsx index 5eb6725e..122263e4 100644 --- a/src/html.tsx +++ b/src/html.tsx @@ -6,17 +6,14 @@ const HTML = (props: any) => { - {/* OneTrust Cookies Consent Notice start for prisma.io */} - - - {/* OneTrust Cookies Consent Notice end for prisma.io */} + {props.headComponents} From 4fd8569df6bb7c767cdcd4319d1248880113b379 Mon Sep 17 00:00:00 2001 From: meletj Date: Fri, 24 May 2024 15:59:53 +0200 Subject: [PATCH 3/3] Update html.tsx --- src/html.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/html.tsx b/src/html.tsx index 657d8665..9cf1e5a9 100644 --- a/src/html.tsx +++ b/src/html.tsx @@ -7,12 +7,11 @@ const HTML = (props: any) => { - + {props.headComponents}