Use goodreads icon
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user