From 7cb3bffde0d7b339905ec24050dc22936f08ffb2 Mon Sep 17 00:00:00 2001 From: John O'Reilly Date: Mon, 1 Aug 2022 12:14:41 +0100 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 a6cfcde..526b9d7 100644 --- a/script.js +++ b/script.js @@ -1,4 +1,4 @@ -const username = '2kabhishek'; +const username = 'joreilly'; const maxPages = 2; const repoList = document.querySelector('.repo-list'); const reposSection = document.querySelector('.repos'); From 909ed18450aefb405340f6897da168a22ee9b726 Mon Sep 17 00:00:00 2001 From: John O'Reilly Date: Mon, 1 Aug 2022 12:15:11 +0100 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 9fd8630..4b4c00f 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - 2KAbhishek's Projects + John O'Reilly's Projects