Skip to content

Commit

Permalink
fix(editor): use h2 heading as default
Browse files Browse the repository at this point in the history
  • Loading branch information
jbcl-io committed Mar 16, 2021
1 parent 65b0f6b commit ca035d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Editor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const editorTools: { [toolName: string]: any } = {
config: {
placeholder: 'Enter a Heading',
levels: [2, 3, 4],
defaultLevel: 4,
defaultLevel: 2,
},
},
list: {
Expand Down

0 comments on commit ca035d0

Please sign in to comment.