File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,9 +100,7 @@ fetch("https://api.github.com/repos/TusharKesarwani/Front-End-Projects/contribut
100100 li . innerHTML = `<a href="${ contributor . profileUrl } "><img src="${ contributor . avatarUrl } " alt="${ contributor . username } "></a>` ;
101101 contributorsList . appendChild ( li ) ;
102102 } ) ;
103- const li = document . createElement ( "li" ) ;
104- li . innerHTML = `<a href="https://github.com/shivam201483101/"><img src="https://avatars.githubusercontent.com/u/90692103?v=4" alt="shivam201483101"></a>` ;
105- contributorsList . appendChild ( li ) ;
103+
106104 } ) ;
107105
108106 //-----------for scrollbar button---------------
@@ -134,4 +132,4 @@ fetch("https://api.github.com/repos/TusharKesarwani/Front-End-Projects/contribut
134132
135133 }
136134 window . onscroll = calculateScrollValue ;
137- window . onload = calculateScrollValue ;
135+ window . onload = calculateScrollValue ;
You can’t perform that action at this time.
0 commit comments