From 34697f4dd04cb899f9bde0e34e61737be110b643 Mon Sep 17 00:00:00 2001 From: Paridhi <073bct525.paridhi@pcampus.edu.np> Date: Mon, 13 Jan 2025 14:53:50 -0600 Subject: [PATCH] remove cookie consent form --- veda.config.js | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/veda.config.js b/veda.config.js index da90a235f..e751b0eeb 100644 --- a/veda.config.js +++ b/veda.config.js @@ -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' } - } } -}; \ No newline at end of file +};