From 09b2cd367aba98a9f33f927e2acdb66068154120 Mon Sep 17 00:00:00 2001 From: The Sophile Date: Mon, 5 Jun 2023 12:35:31 +0530 Subject: [PATCH 1/2] Update script.js --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index 785110a..0980e64 100644 --- a/script.js +++ b/script.js @@ -1,4 +1,4 @@ -const username = '2KAbhishek'; +const username = 'thesophile'; const maxPages = 2; const hideForks = true; const repoList = document.querySelector('.repo-list'); From 35123295cd90c765895115e15c350e3dd67fc564 Mon Sep 17 00:00:00 2001 From: The Sophile Date: Mon, 5 Jun 2023 12:40:04 +0530 Subject: [PATCH 2/2] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 8131bc5..14bb075 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - 2KAbhishek's Projects + The Sophile Projects