mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-12 22:14:54 +10:00
fix: repair MDX parse error in community spotlight to unblock link check (#3210)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
This commit is contained in:
@@ -18,11 +18,11 @@ A collection of blog posts and articles written by the community about Reactive
|
||||
<CardGroup cols={2}>
|
||||
{/* Add article cards here */}
|
||||
|
||||
{/\* Example:
|
||||
|
||||
<Card title="Article Title" icon="newspaper" href="https://example.com/article">
|
||||
A brief description of the article.
|
||||
</Card>
|
||||
{/*
|
||||
Example:
|
||||
<Card title="Article Title" icon="newspaper" href="https://example.com/article">
|
||||
A brief description of the article.
|
||||
</Card>
|
||||
*/}
|
||||
</CardGroup>
|
||||
|
||||
@@ -37,11 +37,11 @@ Video tutorials, reviews, and walkthroughs created by the community.
|
||||
<CardGroup cols={2}>
|
||||
{/* Add video cards here */}
|
||||
|
||||
{/\* Example:
|
||||
|
||||
<Card title="Video Title" icon="youtube" href="https://youtube.com/watch?v=...">
|
||||
A brief description of the video.
|
||||
</Card>
|
||||
{/*
|
||||
Example:
|
||||
<Card title="Video Title" icon="youtube" href="https://youtube.com/watch?v=...">
|
||||
A brief description of the video.
|
||||
</Card>
|
||||
*/}
|
||||
</CardGroup>
|
||||
|
||||
@@ -54,13 +54,13 @@ Video tutorials, reviews, and walkthroughs created by the community.
|
||||
Posts and threads from social media platforms sharing experiences with Reactive Resume.
|
||||
|
||||
<CardGroup cols={2}>
|
||||
{/* Add social media cards here */}
|
||||
{/* Add social media cards here */}
|
||||
|
||||
{/* Example:
|
||||
|
||||
<Card title="Post Title" icon="twitter" href="https://twitter.com/...">
|
||||
A brief description of the post.
|
||||
</Card>
|
||||
{/*
|
||||
Example:
|
||||
<Card title="Post Title" icon="twitter" href="https://twitter.com/...">
|
||||
A brief description of the post.
|
||||
</Card>
|
||||
*/}
|
||||
</CardGroup>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user