diff --git a/app/components/Home/components/Section/components/SectionHero/components/Carousel/cards/constants.ts b/app/components/Home/components/Section/components/SectionHero/components/Carousel/cards/constants.ts index 9c2563c..b41edc0 100644 --- a/app/components/Home/components/Section/components/SectionHero/components/Carousel/cards/constants.ts +++ b/app/components/Home/components/Section/components/SectionHero/components/Carousel/cards/constants.ts @@ -2,9 +2,9 @@ import { CardProps } from "@databiosphere/findable-ui/lib/components/common/Card import * as MDX from "../content"; export const CAROUSEL_CARDS: Pick[] = [ - { - text: MDX.Webinars({}), - }, + // { + // text: MDX.Webinars({}), + // }, { text: MDX.ShareUsageAndJoinAdvisoryPanel({}), },