diff --git a/.env b/.env index 1957bf793..d9ec00aa3 100644 --- a/.env +++ b/.env @@ -32,3 +32,5 @@ SHOW_CONFIGURABLE_COLOR_MAP = 'TRUE' CUSTOM_SCRIPT_SRC='https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=NASA&subagency=HQ' CUSTOM_SCRIPT_ID='_fed_an_ua_tag' + +ENABLE_COOKIE_CONSENT_FORM = 'TRUE' diff --git a/.veda/ui b/.veda/ui index ac9931701..06c4aac07 160000 --- a/.veda/ui +++ b/.veda/ui @@ -1 +1 @@ -Subproject commit ac993170147c7eaf59f2f8241d6612c591cdca0b +Subproject commit 06c4aac07e116034c1d98fdbb72f1c9818261a00 diff --git a/veda.config.js b/veda.config.js index 00ea03f04..732e5adcd 100644 --- a/veda.config.js +++ b/veda.config.js @@ -25,6 +25,6 @@ module.exports = { }, cookieConsentForm: { title: "Cookie Consent", - copy: "We use cookies to enhance your browsing experience and to help us understand how our website is used. These cookies allow us to collect data on site usage and improve our services based on your interactions. To learn more about it, see our [Privacy Policy](https://www.nasa.gov/privacy/#cookies)", + copy: "We use cookies to enhance your browsing experience and to help us understand how our website is used. These cookies allow us to collect data on site usage and improve our services based on your interactions. To learn more about it, see our [Privacy Policy](https://www.nasa.gov/privacy/#cookies).", }, };