Skip to content

Commit d3e4439

Browse files
committed
chore: Apply consistent code formatting and fix minor JSX syntax issues across various components and pages.
Signed-off-by: Lee Calcote <[email protected]>
1 parent 350c6e0 commit d3e4439

File tree

1 file changed

+1
-1
lines changed
  • src/collections/blog/2024/07-01-meet-the-maintainer-xin-huang

1 file changed

+1
-1
lines changed

src/collections/blog/2024/07-01-meet-the-maintainer-xin-huang/post.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ import ForkLift from "../../../../assets/images/app/hero/forklift.svg";
121121
</div>
122122

123123
<div className="note">
124-
<ForkLift style={{ height: "100px", marginBottom: "1rem" }} />
124+
<img src={ForkLift} style={{ height: "100px", marginBottom: "1rem" }} alt="Forklift" />
125125
The Meshery project moves at an impressive pace thanks to maintainers like Xin.
126126
**Be like Xin.** Join the <a href="https://slack.layer5.io">Layer5 Slack</a> and say “hi”!
127127
</div>

0 commit comments

Comments
 (0)