Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
mode: "custom"
---

hello

export const HeroCard = ({ filename, title, description, href }) => {
return (
<a className="group cursor-pointer pb-8" href={href}>
Expand All @@ -21,8 +23,8 @@
</h3>
<span className="mt-1.5">{description}</span>
</a>
);

Check warning on line 26 in index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

index.mdx#L26

Use semicolons judiciously.
};

Check warning on line 27 in index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

index.mdx#L27

Use semicolons judiciously.

<div className="relative">
<div className="absolute top-0 lg:-top-16 left-0 right-0">
Expand Down