Skip to content

Commit

Permalink
use favicon from config file in base.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurnewase committed Sep 17, 2022
1 parent 0218d44 commit 5c348e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion superset/templates/superset/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

{% block head_css %}
{{ super() }}
<!-- <link rel="icon" type="image/png" href="{{ assets_prefix }}/static/assets/images/favicon.png"> -->
{% set favicons = appbuilder.app.config['FAVICONS'] %}
{% for favicon in favicons %}
<link
Expand Down

0 comments on commit 5c348e6

Please sign in to comment.