diff --git a/store/templates/base.html b/store/templates/base.html index 56f9ff650d11f424740b926c7c73ab31ea77197d..0b67ab30a1f9f30cdf86aac2709f03e5c1307dc8 100644 --- a/store/templates/base.html +++ b/store/templates/base.html @@ -5,7 +5,7 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no"> <title>{% block title %}Page Title Not Found{% endblock %}</title> - <link rel="icon" href="../static/img/AlphaMart_logo_cut.png"> + <link rel="icon" href="../static/img/alphamart-favicon.ico"> <link rel="stylesheet" href="../static/css/RamaGothicEW01.css"> <link rel="stylesheet" href="../static/css/swiper-icons.css"> <link rel="stylesheet" href="../static/css/icon-font.css">