-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add carousel card for webinar video (#127)
- Loading branch information
Showing
3 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...ents/Home/components/Section/components/SectionHero/components/Carousel/content/index.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; |
7 changes: 7 additions & 0 deletions
7
.../Section/components/SectionHero/components/Carousel/content/webinar20241004.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |