Skip to content

Commit

Permalink
feat: comment out current homepage card about the webinar (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fran McDade authored and NoopDog committed Oct 8, 2024
1 parent 996a306 commit 90864c2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import { CardProps } from "@databiosphere/findable-ui/lib/components/common/Card
import * as MDX from "../content";

export const CAROUSEL_CARDS: Pick<CardProps, "text">[] = [
{
text: MDX.Webinars({}),
},
// {
// text: MDX.Webinars({}),
// },
{
text: MDX.ShareUsageAndJoinAdvisoryPanel({}),
},
Expand Down

0 comments on commit 90864c2

Please sign in to comment.