Skip to content

Commit

Permalink
Quick Fix for app_icon
Browse files Browse the repository at this point in the history
  • Loading branch information
craig-rueda committed Sep 9, 2022
1 parent 71459a6 commit 50f4fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/templates/superset/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
rel="{{favicon.rel if favicon.rel else "icon"}}"
type="{{favicon.type if favicon.type else "image/png"}}"
{% if favicon.sizes %}sizes={{favicon.sizes}}{% endif %}
href="{{ assets_prefix }}{{favicon.href}}"
href="{{ "" if favicon.href.startswith("http") else assets_prefix }}{{favicon.href}}"
>
{% endfor %}
<link rel="stylesheet" type="text/css" href="{{ assets_prefix }}/static/appbuilder/css/flags/flags16.css" />
Expand Down

0 comments on commit 50f4fee

Please sign in to comment.