feat(SW-762): change back heading level

This commit is contained in:
Fredrik Thorsson
2024-11-04 10:22:41 +01:00
parent f84866da45
commit 103ea58d98
3 changed files with 3 additions and 3 deletions

View File

@@ -221,7 +221,7 @@ export const renderOptions: RenderOptions = {
) => {
const props = extractPossibleAttributes(node.attrs)
return (
<Title key={node.uid} {...props} level="h4">
<Title key={node.uid} {...props} level="h5">
{next(node.children, embeds, fullRenderOptions)}
</Title>
)