Skip to content

Commit

Permalink
updated theme carousel for SLR
Browse files Browse the repository at this point in the history
  • Loading branch information
freitagb committed Nov 12, 2024
1 parent 76e9c0c commit ad031e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stories/components/carousel/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function TabletCarousel() {
}


export default function Carousel-stories() {
export default function Carousel() {
const { isMediumUp } = useMediaQuery();
return isMediumUp?
<LazyLoad
Expand Down
4 changes: 2 additions & 2 deletions stories/theme.SLR.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ import { seaLevelRiseStoryIds } 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 Carousel-stories from '../components/carousel/'
import Carousel as SLRCarousel from '../components/carousel/'

<Carousel-stories />
<SLRCarousel />

<Block>
<Prose>
Expand Down

0 comments on commit ad031e2

Please sign in to comment.