This is an automated email from the ASF dual-hosted git repository. maximebeauchemin pushed a commit to branch release--0.33 in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
commit 2776d11893596a029b8af37b96fd6ce1a9f12059 Author: Maxime Beauchemin <[email protected]> AuthorDate: Sat May 18 10:18:03 2019 -0700 Change babytux to open image in birth dashboard --- 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(
