Skip to content

Commit

Permalink
remove cookie content
Browse files Browse the repository at this point in the history
  • Loading branch information
paridhi-parajuli committed Jan 28, 2025
1 parent 104a53e commit f101ddd
Showing 1 changed file with 0 additions and 20 deletions.
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 f101ddd

Please sign in to comment.