Skip to content

Commit

Permalink
Remove cookie (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
paridhi-parajuli authored Jan 28, 2025
2 parents 4cde1a7 + f101ddd commit 004bbc0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -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'
20 changes: 0 additions & 20 deletions veda.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' }
}
},
};

0 comments on commit 004bbc0

Please sign in to comment.