Skip to content

Commit

Permalink
Add tempbanner string
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbyul-here committed Jan 23, 2024
1 parent f405378 commit be688c4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions veda.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,7 @@ module.exports = {
// Component for the header brand.
headerBrand: "./overrides/components/header-brand/index.mdx",
// Component for the footer.
pageFooter: "./overrides/components/page-footer/index.mdx",
// Temporary Banner Text/URL
tempBanner:
"Attending AMS Annual Meeting in Baltimore? Join the GHG Center / VEDA workshop and learn about Greenhouse Gases using Open Source data and tools. Register Here!",
tempBannerUrl:
"https://annual.ametsoc.org/index.cfm/2024/registration/short-course-registration/"
pageFooter: "./overrides/components/page-footer/index.mdx"
},

strings: {
Expand All @@ -45,6 +40,11 @@ module.exports = {
"Explore the guided narratives below to learn more about greenhouse gas measurement, changes over time, events and human-related causes and contributions.",
dataCatalogBanner:
"This dashboard is for exploring key datasets that provide insight into greenhouse gas sources, sinks, emissions, fluxes, and events.",
// Temporary Banner Text/URL
tempBanner:
"Attending AMS Annual Meeting in Baltimore? Join the GHG Center / VEDA workshop and learn about Greenhouse Gases using Open Source data and tools. Register Here!",
tempBannerUrl:
"https://annual.ametsoc.org/index.cfm/2024/registration/short-course-registration/"
},

theme: {
Expand Down

0 comments on commit be688c4

Please sign in to comment.