From fa30916ecbf346f9565bd50bed7029b86f541110 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joonas=20Sepp=C3=A4?= <joasep@utu.fi>
Date: Sun, 12 Mar 2023 16:46:19 +0200
Subject: [PATCH] Trying to fix deployment to Heroku 1: Removing favicon

---
 messages-app-frontend/public/index.html | 1 -
 1 file changed, 1 deletion(-)

diff --git a/messages-app-frontend/public/index.html b/messages-app-frontend/public/index.html
index 699c64f..82e173b 100644
--- a/messages-app-frontend/public/index.html
+++ b/messages-app-frontend/public/index.html
@@ -3,7 +3,6 @@
   <head>
     <meta charset="utf-8" />
     <title>Messages Application</title>
-    <link rel="icon" type="image/png" href="https://e7.pngegg.com/pngimages/198/585/png-clipart-chatbox-icon-computer-icons-message-sms-icon-message-miscellaneous-grass.png" />
   </head>
   <body>
     <noscript>You need to enable JavaScript to run this app.</noscript>
-- 
GitLab