diff --git a/src/assets/privacyoptions.svg b/src/assets/privacyoptions.svg new file mode 100644 index 000000000000000..865328bc7ccde73 --- /dev/null +++ b/src/assets/privacyoptions.svg @@ -0,0 +1,33 @@ + + + diff --git a/src/components/OneTrust.astro b/src/components/OneTrust.astro index 12882083daa9aee..6bb991dedf81226 100644 --- a/src/components/OneTrust.astro +++ b/src/components/OneTrust.astro @@ -1,4 +1,7 @@ --- +import { Image } from "astro:assets"; +import PrivacyChoicesImage from "~/assets/privacyoptions.svg"; + const isProduction = import.meta.env.PROD; const uuid = isProduction @@ -17,7 +20,10 @@ const uuid = isProduction function OptanonWrapper() {} - +