diff --git a/.js/com/github.js b/.js/com/github.js index 737ef28..2ac9563 100644 --- a/.js/com/github.js +++ b/.js/com/github.js @@ -32,7 +32,7 @@ let currentUser = $("ul.header-nav.float-right > li:last > a > img").attr("alt") let icon = ""; releasesTab.append(icon); - releasesTab.append(" Releases"); + releasesTab.append(" Releases "); let counter = $(""); counter.text("0"); @@ -221,4 +221,4 @@ let currentUser = $("ul.header-nav.float-right > li:last > a > img").attr("alt") }); targetSibling.after(copyBtn); -})(); \ No newline at end of file +})();