From 239fb0db9447590482fddb3b2e638e882b97847a Mon Sep 17 00:00:00 2001
From: Pedro Lucas Porcellis <pedrolucasporcellis@gmail.com>
Date: Thu, 20 Feb 2020 20:50:54 -0300
Subject: [PATCH] Remove duplicated Github logo on footer (#986)

* Remove duplicated Github logo on footer
---
 src/invidious/views/template.ecr | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/invidious/views/template.ecr b/src/invidious/views/template.ecr
index b7cf2dcb..d2ef9c7e 100644
--- a/src/invidious/views/template.ecr
+++ b/src/invidious/views/template.ecr
@@ -140,9 +140,7 @@
                     </div>
                     <div class="pure-u-1 pure-u-md-1-3">
                         <i class="icon ion-logo-github"></i>
-                        <%= translate(locale, "Current version: ") %> <%= CURRENT_VERSION %>-<%= CURRENT_COMMIT %>
-                        <i class="icon ion-logo-github"></i>
-                        <%= CURRENT_BRANCH %>
+                        <%= translate(locale, "Current version: ") %> <%= CURRENT_VERSION %>-<%= CURRENT_COMMIT %> @ <%= CURRENT_BRANCH %>
                     </div>
                 </div>
             </div>