Skip to content

Commit

Permalink
feat: add carousel card for webinar video (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fran McDade authored and NoopDog committed Oct 17, 2024
1 parent cc11027 commit 7ad08a6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ export const CAROUSEL_CARDS: Pick<CardProps, "text">[] = [
// {
// text: MDX.Webinars({}),
// },
{
text: MDX.Webinar20241004({}),
},
{
text: MDX.ShareUsageAndJoinAdvisoryPanel({}),
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export { default as LearnToAnalyzeData } from "./learnToAnalyzeData.mdx";
export { default as ShareUsageAndJoinAdvisoryPanel } from "./shareUsageAndJoinAdvisoryPanel.mdx";
export { default as Webinar20241004 } from "./webinar20241004.mdx";
export { default as Webinars } from "./webinars.mdx";
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
### BRC Q&A webinar video available

On Friday, October 4, we hosted a video webinar Q&A about BRC Analytics where we discussed the future of the project and encouraged interested people to get involved in planning for next steps. A video of that webinar (w/auto-generated captions) is available on YouTube.

<CardActions>
<Link label="View on YouTube" url="https://youtu.be/dWK8AAk-Wns" />
</CardActions>

0 comments on commit 7ad08a6

Please sign in to comment.