Skip to content

Commit 156bda4

Browse files
committed
docs: change className to class for in Astro example
1 parent 615a32d commit 156bda4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/v4/content/docs/installation/astro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ import { Button } from "@/components/ui/button"
6565
</head>
6666
6767
<body>
68-
<div className="grid place-items-center h-screen content-center">
68+
<div class="grid place-items-center h-screen content-center">
6969
<Button>Button</Button>
7070
</div>
7171
</body>

0 commit comments

Comments
 (0)