diff --git a/images/favicon.png b/images/favicon.png index f7048fa..8d933e8 100644 Binary files a/images/favicon.png and b/images/favicon.png differ diff --git a/index.html b/index.html index 74401a4..ec3a231 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - 2KAbhishek's Projects + artc0des' projects

All Of My Projects

- Some useful, some stupid, all fun! + Some useful, some random, all fun!
@@ -30,10 +30,6 @@

All Of My Projects

/> -

- Made with ❤ by - 2KAbhishek X OSS -

diff --git a/script.js b/script.js index 7218763..da0d0b7 100644 --- a/script.js +++ b/script.js @@ -1,4 +1,4 @@ -const username = '2KAbhishek'; +const username = 'artc0des'; const maxPages = 3; const hideForks = true; const repoList = document.querySelector('.repo-list');