Skip to content

Commit 70ed191

Browse files
committed
Fix: Update
Signed-off-by: vr-varad <varadgupta21@gmail.com>
1 parent 3a61d7c commit 70ed191

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

  • src

src/collections/workshops/2025_04_meshery_docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ status: "delivered"
1414
You will learn to:
1515

1616
<ul> <li>Set up your environment with <code>make docs</code></li> <li>Navigate the docs structure</li> <li>Write clean, contributor-friendly content</li> <li>Open effective, signed-off pull requests</li> </ul>
17-
17+
<br />
1818
<h4 style="margin-bottom:1.25rem;"><a href="https://docs.google.com/presentation/d/1kQIzSa4f-pOH8cM4SwEdbFZGI_SXVyyhc9zUZPB7bsI/edit?slide=id.g34811bf5022_0_3#slide=id.g34811bf5022_0_3">Workshop Slides</a></h4>
1919
<br />
2020
<h4 style="margin-bottom:1.25rem;">Workshop Recording</h4>

src/components/Workshop-Card/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ const WorkshopCardContent = ({ frontmatter, content, ID, id }) => {
1616
</div>
1717
<div className={content && ID === id ? "card-content-open" : "card-content"}>
1818
<div>
19-
<h3 className="title">{frontmatter.title}</h3>
20-
<a href={frontmatter.profile}> - {frontmatter.trainer}</a>
19+
<h6 className="title">{frontmatter.title}</h6>
2120
</div>
2221
</div>
2322
</div>

0 commit comments

Comments
 (0)