From 4553580e1de78520df225717ab116c025b34a5e8 Mon Sep 17 00:00:00 2001
From: Ricy40 <ricardogarcia.pt@outlook.com>
Date: Fri, 12 May 2023 01:28:15 +0100
Subject: [PATCH] favicon

---
 store/templates/base.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/store/templates/base.html b/store/templates/base.html
index 56f9ff6..0b67ab3 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">
-- 
GitLab