Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jhull authored Jun 19, 2020
1 parent 567cf9e commit 16c9023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function plugin(opt = {}) {
children: [
{
type: 'text',
value: (title || type).trim().toUpperCase(),
value: (title || type).trim(),
},
],
data: { hProperties: { className: [`${className}-title`] } },
Expand Down

0 comments on commit 16c9023

Please sign in to comment.