Skip to content

Commit

Permalink
content: removed galaxy academy card (#189) (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpaten authored Dec 5, 2024
1 parent c12414e commit d113aad
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,4 @@ export const CAROUSEL_CARDS: Pick<CardProps, "text">[] = [
{
text: MDX.ShareUsageAndJoinAdvisoryPanel({}),
},
{
text: MDX.LearnToAnalyzeData({}),
},
];
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export { default as LearnToAnalyzeData } from "./learnToAnalyzeData.mdx";
export { default as ShareUsageAndJoinAdvisoryPanel } from "./shareUsageAndJoinAdvisoryPanel.mdx";
export { default as Webinar20241004 } from "./webinar20241004.mdx";
export { default as Webinar20241030 } from "./webinar20241030.mdx";
Expand Down

This file was deleted.

0 comments on commit d113aad

Please sign in to comment.