You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2023/01/10 21:47:51 UTC

[superset] branch swapping-main-superset-images updated: fixing a url

This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch swapping-main-superset-images
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/swapping-main-superset-images by this push:
     new bc22f1d634 fixing a url
bc22f1d634 is described below

commit bc22f1d63413752b2396503cc9f752335adebd1b
Author: Evan Rusackas <ev...@preset.io>
AuthorDate: Tue Jan 10 14:47:39 2023 -0700

    fixing a url
---
 docs/src/pages/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/src/pages/index.tsx b/docs/src/pages/index.tsx
index b9b1f0ac17..f3781a4039 100644
--- a/docs/src/pages/index.tsx
+++ b/docs/src/pages/index.tsx
@@ -436,7 +436,7 @@ export default function Home(): JSX.Element {
               </div>
               <Carousel ref={slider} effect="scrollx" afterChange={onChange}>
                 <div className="imageContainer">
-                  <img src="img/explorer.jpg" alt="Explore (chart buider) UI" />
+                  <img src="img/explore.jpg" alt="Explore (chart buider) UI" />
                 </div>
                 <div className="imageContainer">
                   <img src="img/dashboard.jpg" alt="Superset Dashboard" />