Skip to content

Commit

Permalink
remove cookie consent form
Browse files Browse the repository at this point in the history
  • Loading branch information
paridhi-parajuli committed Jan 13, 2025
1 parent 6993042 commit 34697f4
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions veda.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,26 +122,5 @@ module.exports = {
navItems: {
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: {
backgroundColor: '#2276ac',
sideBarColor: '#ff0000',
textColor: 'White',
linkColor: '#175074'
},
acceptButton: {
default: { backgroundColor: '#175074', textColor: 'white' },
hover: { backgroundColor: '#2c3e50', textColor: '#white' }
},
declineButton: {
default: { borderColor: '#175074', textColor: '#175074' },
hover: { borderColor: '#2c3e50', textColor: '#2c3e50' }
},
iconColor: { default: 'White', hover: '#175074' }
}
}
};
};

0 comments on commit 34697f4

Please sign in to comment.