Skip to content

Commit

Permalink
chore(docs): Updated warning icon to use emoji (#30979)
Browse files Browse the repository at this point in the history
The Gatsby site doesn't support converting the `:warning:` string to a symbol, so I replaced it with the emoji character itself to fix this. This is probably a temporary workaround, as ideally the Gatsby site would parse the `:warning:` string into an emoji.
  • Loading branch information
Chrish Dunne committed Apr 22, 2021
1 parent 45e69fa commit 7494745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-image/README.md
@@ -1,4 +1,4 @@
## :warning: This package is now deprecated
## ⚠️ This package is now deprecated

The `gatsby-image` package is now deprecated. The new [Gatsby image plugin](https://www.gatsbyjs.com/plugins/gatsby-plugin-image) has better performance, cool new features and a simpler API. See [the migration guide](https://www.gatsbyjs.com/docs/reference/release-notes/image-migration-guide/) to learn how to upgrade.

Expand Down

0 comments on commit 7494745

Please sign in to comment.