Skip to content

Commit

Permalink
fixed configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
freitagb committed Nov 12, 2024
1 parent 145df07 commit e338d47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions overrides/home/carousel/items.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ export default [
link: 'https://earth.gov/ghgcenter',
title: 'U.S. Greenhouse Gas Center',
description: "Uniting Data and Technology to Empower Tomorrow's Climate Solutions",
image: new URL('../../media/earth-1.jpg', import.meta.url).href,
image: new URL('../media/earth-1.png', import.meta.url).href,
imageAlt: 'Earth with Greenhouse Gas Emissions shaded in red'
},
{
link: 'https://earth.gov/sealevel',
title: 'Global Sea Level Rise',
description: 'Rising Seas, Changing Coasts',
image: new URL('../../media/global-slr.jpg', import.meta.url).href,
image: new URL('../media/global-slr.jpg', import.meta.url).href,
imageAlt: 'Coastline with crashing waves'
},
{
link: 'https://earth.gov/sealevel/us',
title: 'U.S. Sea Level Rise',
description: 'Rising Seas, Changing Coasts',
image: new URL('../../media/seaside-background.jpg', import.meta.url).href,
image: new URL('../media/seaside-background.jpg', import.meta.url).href,
imageAlt: 'Coastline with crashing waves'
}]
File renamed without changes

0 comments on commit e338d47

Please sign in to comment.