From 90864c25981509a555a9a651e79a692ce908cfad Mon Sep 17 00:00:00 2001 From: Fran McDade Date: Tue, 8 Oct 2024 10:22:04 +1000 Subject: [PATCH] feat: comment out current homepage card about the webinar (#124) --- .../SectionHero/components/Carousel/cards/constants.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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({}), },