Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thebuilder authored Feb 27, 2025
1 parent 1d9cd85 commit b734a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function RichText({ data }) {
element={data.richText}
renderNode={renderNode}
renderBlock={renderBlock}
htmlAttributes={{ p: "mb-4" }}
htmlAttributes={{ p: { className: "mb-4" }}
/>
);
}
Expand Down

0 comments on commit b734a16

Please sign in to comment.