Skip to content

Commit

Permalink
fix(docs): extra classname in form example (#4465)
Browse files Browse the repository at this point in the history
  • Loading branch information
wingkwong authored Dec 30, 2024
1 parent 0cb5b68 commit 439b6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/content/components/form/demo.raw.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default function App() {

return (
<Form
className="w-full justify-center items-center w-full space-y-4"
className="w-full justify-center items-center space-y-4"
validationBehavior="native"
validationErrors={errors}
onReset={() => setSubmitted(null)}
Expand Down

0 comments on commit 439b6aa

Please sign in to comment.