Added Favicon.png to admin dashboard

This commit is contained in:
Jordan Lambrecht
2021-02-05 14:38:26 -06:00
parent 98b7e2d0f7
commit d1559ecf4b
2 changed files with 3 additions and 1 deletions

View File

@@ -97,6 +97,9 @@
<link rel="stylesheet" type="text/css" href="{% static 'baseTemplate/custom-js/pnotify.custom.min.css' %}">
<link rel="stylesheet" type="text/css" href="{% static 'websiteFunctions/websiteFunctions.css' %}">
<link rel="stylesheet" type="text/css" href="https://www.jsdelivr.com/package/npm/fontawesome">
<link rel="icon"
type="image/png"
href="{% static 'baseTemplate/assets/finalBase/favicon.png' %}">
{% block styles %}
{% endblock %}
@@ -997,4 +1000,3 @@
{% endblock %}
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB