Skip to content

Commit

Permalink
chore: Swapping main superset images for more current versions (#22668)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas authored Jan 12, 2023
1 parent 1a0de49 commit ce1fa95
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Binary file added docs/static/img/dashboard.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/static/img/dashboard3.png
Binary file not shown.
Binary file added docs/static/img/explore.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/static/img/explorer5.jpg
Binary file not shown.
Binary file added docs/static/img/sql_lab.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/static/img/sqllab5.jpg
Binary file not shown.

0 comments on commit ce1fa95

Please sign in to comment.