From 104a53e04366d0695840c2f1eae6a44529e9eca0 Mon Sep 17 00:00:00 2001 From: Paridhi <073bct525.paridhi@pcampus.edu.np> Date: Tue, 28 Jan 2025 16:05:47 -0600 Subject: [PATCH 1/2] remove cookie --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index af0706270..6867fdd4c 100644 --- a/.env +++ b/.env @@ -37,4 +37,4 @@ CUSTOM_SCRIPT_ID=_fed_an_ua_tag FEATURE_NEW_EXPLORATION = 'TRUE' SHOW_CONFIGURABLE_COLOR_MAP = 'TRUE' -COOKIE_CONSENT_FORM = 'TRUE' +COOKIE_CONSENT_FORM = 'FALSE' From f101ddda375c87ec4bd0d9091efd54de45e09922 Mon Sep 17 00:00:00 2001 From: Paridhi <073bct525.paridhi@pcampus.edu.np> Date: Tue, 28 Jan 2025 16:23:49 -0600 Subject: [PATCH 2/2] remove cookie content --- veda.config.js | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/veda.config.js b/veda.config.js index 47335bf64..55fba8378 100644 --- a/veda.config.js +++ b/veda.config.js @@ -124,24 +124,4 @@ module.exports = { mainNavItems: defaultMenuLinks, subNavItems: subNavItems }, - 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).', - theme: { - card: { - sideBarColor: '#082a64', - textColor: '#1B2631', - linkColor: '#1565ef' - }, - acceptButton: { - default: { backgroundColor: '#082a64', textColor: 'white' }, - hover: { backgroundColor: '#061A3A', textColor: '#white' } - }, - declineButton: { - default: { borderColor: '#082a64', textColor: '#082a64' }, - hover: { borderColor: '#061A3A', textColor: '#2c3e50' } - }, - iconColor: { default: '#082a64', hover: '#061A3A' } - } - }, }; \ No newline at end of file