From 5ba397acf24dd588f8788ac422b08d918424bd6b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?T=C3=BCnde=20Em=C5=91ke=20Trif?= <trif.tunde@kifu.gov.hu>
Date: Mon, 2 Aug 2021 11:27:27 +0000
Subject: [PATCH] Update favicons.html

---
 _includes/favicons.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_includes/favicons.html b/_includes/favicons.html
index 68a9433..df1fae2 100644
--- a/_includes/favicons.html
+++ b/_includes/favicons.html
@@ -24,7 +24,7 @@
     <link rel="icon" type="image/png" href="{{ favicon_url }}/favicon-32x32.png" sizes="32x32" />
     <link rel="icon" type="image/png" href="{{ favicon_url }}/favicon-16x16.png" sizes="16x16" />
     <link rel="icon" type="image/png" href="{{ favicon_url }}/favicon-128.png" sizes="128x128" /> -->
-    <link rel="icon" type="image/png" href="./assets/img/prace_logo.png" sizes="128x128" />
+    <link rel="icon" type="image/png" href="./assets/img/prace_logo.png" />
     <meta name="application-name" content="{{ carpentry }} - {{ site.title }}"/>
     <meta name="msapplication-TileColor" content="#FFFFFF" />
     <meta name="msapplication-TileImage" content="{{ favicon_url }}/mstile-144x144.png" />
-- 
GitLab