Skip to content

Commit

Permalink
update language on carousel images
Browse files Browse the repository at this point in the history
  • Loading branch information
freitagb committed Nov 19, 2024
1 parent f9a6849 commit 45e3a51
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions overrides/home/carousel/items.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ export default [
link: 'https://earth.gov/sealevel',
title: 'Global Sea Level Change Portal',
description: 'The Global Sea Level Change Portal is an international collaboration that offers essential information on current and projected sea level rise to inform coastal communities across the globe.',
image: new URL('../media/global_slr.png', import.meta.url).href,
image: new URL('../media/global_slr_v2.jpg', import.meta.url).href,
imageAlt: 'Satellite image of coastline'
},
{
link: 'https://earth.gov/sealevel/us/',
title: 'U.S. Sea Level Change Portal',
description: 'The U.S. Sea Level Change Portal is a multi-agency effort pairing data visualizations with accessible explanations and science eduction to help communities prepare for challenges that are impacting communities across the coastlines of the United States.',
image: new URL('../media/us_slr.png', import.meta.url).href,
image: new URL('../media/us_slr_v2.jpg', import.meta.url).href,
imageAlt: 'Coastline with crashing waves'
}]
Binary file removed overrides/home/media/global_slr.png
Binary file not shown.
Binary file added overrides/home/media/global_slr_v2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed overrides/home/media/us_slr.png
Binary file not shown.
Binary file added overrides/home/media/us_slr_v2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions stories/components/slr_carousel/items.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ export default [
link: 'https://earth.gov/sealevel',
title: 'Global Sea Level Change Portal',
description: 'The Global Sea Level Change Portal is an international collaboration that offers essential information on current and projected sea level rise to inform coastal communities across the globe.',
image: new URL('../../../overrides/home/media/global_slr.png', import.meta.url).href,
image: new URL('../../../overrides/home/media/global_slr_v2.jpg', import.meta.url).href,
imageAlt: 'Satellite image of coastline'
},
{
link: 'https://earth.gov/sealevel/us/',
title: 'U.S. Sea Level Change Portal',
description: 'The U.S. Sea Level Change Portal is a multi-agency effort pairing data visualizations with accessible explanations and science eduction to help communities prepare for challenges that are impacting communities across the coastlines of the United States.',
image: new URL('../../../overrides/home/media/us_slr.png', import.meta.url).href,
image: new URL('../../../overrides/home/media/us_slr_v2.jpg', import.meta.url).href,
imageAlt: 'Coastline with crashing waves'
}]

0 comments on commit 45e3a51

Please sign in to comment.