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 Image = () => {
const data = useStaticQuery(graphql` const data = useStaticQuery(graphql`
query { query {
placeholderImage: file(relativePath: { eq: "gatsby-astronaut.png" }) { placeholderImage: file(relativePath: { eq: "goodreads.png" }) {
childImageSharp { childImageSharp {
fluid(maxWidth: 300) { fluid(maxWidth: 30) {
...GatsbyImageSharpFluid ...GatsbyImageSharpFluid
} }
} }