Skip to content

Commit

Permalink
fix(gatsby-remark-autolink-headers): remove incorrect default value f…
Browse files Browse the repository at this point in the history
…or icon option (#27821)
  • Loading branch information
mxstbr authored Nov 4, 2020
1 parent 16c616a commit 2d2f949
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/gatsby-remark-autolink-headers/src/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ exports.pluginOptionsSchema = ({ Joi }) =>
.try(Joi.string(), Joi.boolean())
.description(
`SVG shape inside a template literal or boolean 'false'. Set your own svg or disable icon.`
)
.default(true),
),
className: Joi.string()
.description(`Set your own class for the anchor.`)
.default(`anchor`),
Expand Down

0 comments on commit 2d2f949

Please sign in to comment.