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

maximebeauchemin pushed a commit to branch apache_release_improv
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git

commit b3a40f885a4115f067f8e7b6f4572a8e18205833
Author: Maxime Beauchemin <[email protected]>
AuthorDate: Sat May 18 10:18:03 2019 -0700

    Change babytux to open image in birth dashboard
    
    (cherry picked from commit 2776d11893596a029b8af37b96fd6ce1a9f12059)
---
 superset/assets/images/babytux.jpg | Bin 10131 -> 0 bytes
 superset/data/birth_names.py       |   2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset/assets/images/babytux.jpg 
b/superset/assets/images/babytux.jpg
deleted file mode 100644
index 4d0b052..0000000
Binary files a/superset/assets/images/babytux.jpg and /dev/null differ
diff --git a/superset/data/birth_names.py b/superset/data/birth_names.py
index 4f11ac5..e09ada5 100644
--- a/superset/data/birth_names.py
+++ b/superset/data/birth_names.py
@@ -231,7 +231,7 @@ def load_birth_names():
             The source dataset came from
             <a href='https://github.com/hadley/babynames' 
target='_blank'>[here]</a>
         </p>
-        <img src='/static/assets/images/babytux.jpg'>
+        <img src="https://i.imgur.com/aLOIXcC.png";>
     </div>
     """)),
         Slice(

Reply via email to