From 70f963342344269b66a28fee0071c0ce40306e9a Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Tue, 13 Sep 2016 19:11:27 -0400 Subject: [PATCH] Update github.js --- .js/com/github.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.js/com/github.js b/.js/com/github.js index 2ac9563..303ccce 100644 --- a/.js/com/github.js +++ b/.js/com/github.js @@ -30,9 +30,10 @@ let currentUser = $("ul.header-nav.float-right > li:last > a > img").attr("alt") releasesTab.addClass("js-selected-navigation-item reponav-item"); let icon = ""; + icon.css("margin-left", "3px"); releasesTab.append(icon); - releasesTab.append(" Releases "); + releasesTab.append(" Releases"); let counter = $(""); counter.text("0");