From 24b54646115efa95d5f5e9a479001b4cf74e7eed Mon Sep 17 00:00:00 2001 From: Vivian Lobo Date: Sun, 7 Aug 2022 17:18:26 +0100 Subject: [PATCH] username update --- index.html | 2 +- script.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 9fd8630..65f53b9 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - 2KAbhishek's Projects + Vivian's Projects diff --git a/script.js b/script.js index a6cfcde..29d9e9f 100644 --- a/script.js +++ b/script.js @@ -1,4 +1,4 @@ -const username = '2kabhishek'; +const username = 'vnl'; const maxPages = 2; const repoList = document.querySelector('.repo-list'); const reposSection = document.querySelector('.repos');