Skip to content

Commit 5757b0b

Browse files
author
shivam
committed
done
1 parent e306315 commit 5757b0b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

script.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ 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);
103106
});
104107

105108
//-----------for scrollbar button---------------

0 commit comments

Comments
 (0)