Skip to content

Commit

Permalink
update sea level references
Browse files Browse the repository at this point in the history
  • Loading branch information
freitagb committed Nov 20, 2024
1 parent a0ec9f9 commit 2416d39
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions overrides/common/story-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ export const greenhouseGasesStoryIds = [
"introduction_greenhouse_gases"
];

export const seaLevelRiseStoryIds = [
"introduction_sea_level_rise"
export const seaLevelChangeStoryIds = [
"introduction_sea_level_change"
];

export const wildfiresStoryIds = [
Expand Down
8 changes: 4 additions & 4 deletions stories/theme.SLR.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ taxonomy:
import SLRCarousel from './components/slr_carousel/';

import CardGallery from "./components/card_gallery";
import { seaLevelRiseStoryIds } from "../overrides/common/story-data";
import { seaLevelChangeStoryIds } from "../overrides/common/story-data";

import Carousel from "../overrides/common/embedded-video-carousel";
import contentArray from './theme.SLR.introduction_sea_level_rise/carousel_content.json';
import contentArray from './theme.SLR.introduction_sea_level_change/carousel_content.json';
import { GridContainer, Grid } from '$veda-ui/@trussworks/react-uswds';


Expand Down Expand Up @@ -61,7 +61,7 @@ import { GridContainer, Grid } from '$veda-ui/@trussworks/react-uswds';
</Prose>
<Figure>
<Image
src={new URL('./theme.SLR.introduction_sea_level_rise/oceans_spilhaus.jpg', import.meta.url).href}
src={new URL('./theme.SLR.introduction_sea_level_change/oceans_spilhaus.jpg', import.meta.url).href}
alt="This image shows a stylized map projection of the Earth's oceans with a time-series plot overlaid on it. The y-axis of the plot is labeled 'Ocean Heat Increase since 1957 (zettajoules),' and the x-axis represents years from 1960 to 2020. The orange line graph indicates the trend of increasing ocean heat content over this period, with a notable rise from the 1980s onward. The map highlights major oceans, including the Arctic Ocean, North Atlantic Ocean, Indian Ocean, Southern Ocean, and the North and South Pacific Oceans, set against a dark background for visual contrast."
/>
<Caption
Expand All @@ -79,4 +79,4 @@ import { GridContainer, Grid } from '$veda-ui/@trussworks/react-uswds';
</Figure>
</Block>

<CardGallery title={"Sea Level Change Stories"} storyIds={seaLevelRiseStoryIds} />
<CardGallery title={"Sea Level Change Stories"} storyIds={seaLevelChangeStoryIds} />

0 comments on commit 2416d39

Please sign in to comment.