Skip to content

Commit

Permalink
Remove type from link
Browse files Browse the repository at this point in the history
Co-authored-by: Amin Alaee <[email protected]>
  • Loading branch information
sheldygg and aminalaee authored Jul 3, 2024
1 parent a74ccaf commit 5848390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqladmin/templates/sqladmin/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link rel="stylesheet" href="{{ url_for('admin:statics', path='css/flatpickr.min.css') }}">
<link rel="stylesheet" href="{{ url_for('admin:statics', path='css/main.css') }}">
{% if admin.logo_url %}
<link rel="icon" type="image/png" href="{{ admin.logo_url}}"/>
<link rel="icon" href="{{ admin.logo_url}}"/>
{% endif %}
{% block head %}
{% endblock %}
Expand Down

0 comments on commit 5848390

Please sign in to comment.