Skip to content

Commit

Permalink
chore(docs): Update fadeIn prop to bool (#23833)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnonate authored May 6, 2020
1 parent 0dc20a3 commit b9836da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/gatsby-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ Here are some usage examples:
<Img
fluid={data.file.childImageSharp.fluid}
alt="Cat taking up an entire chair"
fadeIn="false"
fadeIn={false}
className="customImg"
placeholderStyle={{ `backgroundColor`: `black` }}
onLoad={() => {
Expand Down

0 comments on commit b9836da

Please sign in to comment.