chore: remove additional incubator references (#12336)

* chore: remove additional incubator references
remove incubator.png from the main docs page

* fix: improve text for contributing-page.mdx

* fix: lint no-unused-vars
This commit is contained in:
Amit Miran
2021-01-11 16:09:10 +02:00
committed by GitHub
parent c61167d2f7
commit 4cf3f99ee8
8 changed files with 195 additions and 212 deletions

View File

@@ -48,14 +48,6 @@ const Image = ({
}
}
incubatorSm: file(relativePath: { eq: "src/images/incubator.png" }) {
childImageSharp {
fixed(width: 300) {
...GatsbyImageSharpFixed
}
}
}
stackoverflow: file(
relativePath: { eq: "src/images/stack_overflow.png" }
) {