Skip to content

Commit

Permalink
Staging quick fix for cookie consent form (#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
paridhi-parajuli authored Jan 28, 2025
2 parents 488d667 + 6aa8340 commit 4cde1a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions veda.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,12 @@ module.exports = {
},
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)',
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: '#175074'
linkColor: '#1565ef'
},
acceptButton: {
default: { backgroundColor: '#082a64', textColor: 'white' },
Expand Down

0 comments on commit 4cde1a7

Please sign in to comment.