From 01fd0537d65acd8b5f02c761086532ecf3fec7d9 Mon Sep 17 00:00:00 2001 From: Slesa Adhikari Date: Fri, 28 Feb 2025 11:11:51 -0600 Subject: [PATCH 1/2] Upgrade to veda-ui@5.13.1 --- .veda/ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 9d8cd8be984b0fb4eae5d542a7adb1164b7f5efb Mon Sep 17 00:00:00 2001 From: Slesa Adhikari Date: Fri, 28 Feb 2025 14:59:41 -0600 Subject: [PATCH 2/2] Show cookie consent form --- .env | 2 ++ veda.config.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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.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).", }, };