diff --git a/src/components/OneTrust.astro b/src/components/OneTrust.astro index b80787bd9409719..1024f16dd5107ef 100644 --- a/src/components/OneTrust.astro +++ b/src/components/OneTrust.astro @@ -34,8 +34,23 @@ Cookie Settings + + \ No newline at end of file diff --git a/src/components/overrides/Footer.astro b/src/components/overrides/Footer.astro index 0d5bed629b038ab..6fa60a0f64231bf 100644 --- a/src/components/overrides/Footer.astro +++ b/src/components/overrides/Footer.astro @@ -100,7 +100,8 @@ if (import.meta.env.CF_PAGES_BRANCH === "production" || import.meta.env.GITHUB_R ))} - {isProduction && } + {isProduction && } + @@ -111,12 +112,16 @@ if (import.meta.env.CF_PAGES_BRANCH === "production" || import.meta.env.GITHUB_R {links.map(([text, href]) => ( {text} ))} - {isProduction && } + {isProduction && +
+ +
+ } )