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