chore: Swapping main superset images for more current versions (#22668)

This commit is contained in:
Evan Rusackas
2023-01-12 14:30:58 -07:00
committed by GitHub
parent 1a0de496ee
commit ce1fa955bd
7 changed files with 3 additions and 3 deletions

View File

@@ -436,13 +436,13 @@ export default function Home(): JSX.Element {
</div>
<Carousel ref={slider} effect="scrollx" afterChange={onChange}>
<div className="imageContainer">
<img src="img/explorer5.jpg" alt="" />
<img src="img/explore.jpg" alt="Explore (chart buider) UI" />
</div>
<div className="imageContainer">
<img src="img/dashboard3.png" alt="" />
<img src="img/dashboard.jpg" alt="Superset Dashboard" />
</div>
<div className="imageContainer">
<img src="img/sqllab5.jpg" alt="" />
<img src="img/sql_lab.jpg" alt="SQL Lab" />
</div>
</Carousel>
</div>

BIN
docs/static/img/dashboard.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 711 KiB

BIN
docs/static/img/explore.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 308 KiB

BIN
docs/static/img/sql_lab.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 337 KiB