Skip to content

Commit 9fb2e7e

Browse files
authored
Add shutdown banner (#828)
2 parents cae2540 + 8e5ef14 commit 9fb2e7e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

veda.config.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,11 @@ module.exports = {
170170
defaultIsOpen: false,
171171
contentId: 'gov-banner-content'
172172
},
173-
// siteAlert: {
174-
// content: `[Discover insights on how the COVID-19 pandemic](stories/life-of-water) impacted air quality worldwide, observed through NASA's satellite data.`,
175-
// expires: '2026-08-03T12:00:00-04:00',
176-
// type: 'info',
177-
// slim: true,
178-
// showIcon: true
179-
// },
173+
siteAlert: {
174+
content: `Due to the lapse in federal government funding, the U.S. Greenhouse Gas Center is not updating this website. We sincerely regret this inconvenience.`,
175+
expires: '2026-08-03T12:00:00-04:00',
176+
type: 'emergency',
177+
slim: true,
178+
showIcon: true
179+
},
180180
};

0 commit comments

Comments
 (0)