mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
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:
@@ -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" }
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user