diff --git a/static/assets/js/home.js b/static/assets/js/home.js index 1842513..96170ae 100644 --- a/static/assets/js/home.js +++ b/static/assets/js/home.js @@ -139,7 +139,7 @@ var projectCards; // now render github button. it will call the github API and fill the respective fields renderGithubButton(); } - showGithubStars(); + //showGithubStars(); // ==================== Adjust height of the recent-posts card =============