Skip to content

Commit

Permalink
add cookie consent form
Browse files Browse the repository at this point in the history
  • Loading branch information
paridhi-parajuli committed Jan 8, 2025
1 parent ee12e61 commit 15cacdf
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions veda.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,26 @@ 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: '#175074',
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 15cacdf

Please sign in to comment.