From 43794e3cb27a7efdef6de19ea79bd7bff798f09d Mon Sep 17 00:00:00 2001 From: Sandra Hoang Date: Fri, 20 Dec 2024 17:15:13 -0500 Subject: [PATCH] Add placeholder banner for gov shutdown --- veda.config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/veda.config.js b/veda.config.js index 00ea03f04..0c885ed5b 100644 --- a/veda.config.js +++ b/veda.config.js @@ -27,4 +27,10 @@ module.exports = { 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)", }, + + banner: { + text: 'TO BE REPLACED WITH GOV SHUTDOWN CONTENT', + expires: '2025-06-01T12:00:00-04:00', + type: 'info' + }, };