Use goodreads icon

This commit is contained in:
Elysia Ong
2020-10-12 16:39:15 +08:00
committed by Vishnu Ks
parent e2264c0eeb
commit 454ada1ee6

View File

@@ -16,9 +16,9 @@ import Img from "gatsby-image"
const Image = () => {
const data = useStaticQuery(graphql`
query {
placeholderImage: file(relativePath: { eq: "gatsby-astronaut.png" }) {
placeholderImage: file(relativePath: { eq: "goodreads.png" }) {
childImageSharp {
fluid(maxWidth: 300) {
fluid(maxWidth: 30) {
...GatsbyImageSharpFluid
}
}