diff --git a/images/favicon.png b/images/favicon.png index f7048fa..6ceb4a1 100644 Binary files a/images/favicon.png and b/images/favicon.png differ diff --git a/index.html b/index.html index 9fd8630..4149f4f 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - 2KAbhishek's Projects + sandeepmadve's Projects diff --git a/script.js b/script.js index a6cfcde..ec0ea93 100644 --- a/script.js +++ b/script.js @@ -1,4 +1,4 @@ -const username = '2kabhishek'; +const username = 'sandeepmadve'; const maxPages = 2; const repoList = document.querySelector('.repo-list'); const reposSection = document.querySelector('.repos');