From 8b90010c7c02f8572c745f73492dbe7bbeb39af0 Mon Sep 17 00:00:00 2001
From: JediKev <kevin@enhancesoft.com>
Date: Fri, 26 Jul 2019 09:59:41 -0500
Subject: [PATCH] issue: README.md Image Size

Last one I promise ;) This addresses the sizing issue of the logo in the
`README.md` file.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 774422979..ee35ebd74 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 osTicket
 ========
-<a href="https://osticket.com"><img src="images/favicon.png"
+<a href="https://osticket.com"><img height="80px" width="80px" src="images/favicon.png"
 align="left" hspace="10" vspace="6"></a>
 
 **osTicket** is a widely-used open source support ticket system. It seamlessly
-- 
GitLab