Skip to content

Commit 79b044b

Browse files
committed
Revert to div
1 parent a51e2d5 commit 79b044b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ export const HeroCard = ({ filename, title, description, href }) => {
3737
</div>
3838

3939
<div className="px-4 py-16 lg:py-48 lg:pb-24 max-w-3xl mx-auto">
40-
<h1 className="w-full text-4xl font-medium text-center text-gray-900 dark:text-zinc-50 tracking-tight">
40+
<div className="w-full text-4xl font-medium text-center text-gray-900 dark:text-zinc-50 tracking-tight">
4141
Documentation
42-
</h1>
42+
</div>
4343

4444
<div className="max-w-xl mx-auto px-4 mt-4 text-lg text-center text-gray-500 dark:text-zinc-500">
4545
Meet the next generation of documentation. AI-native, beautiful out-of-the-box, and built for developers.

0 commit comments

Comments
 (0)