From a078491e4fcebe41a9bd20fb5a2f63937126e4eb Mon Sep 17 00:00:00 2001 From: Lutfa Ibtihaji Ilham Date: Wed, 24 Aug 2022 16:52:28 +0700 Subject: [PATCH] Update owner --- index.html | 2 +- script.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 87ad021..8e15a18 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - Chamod_perera's Projects + Ilham's Projects diff --git a/script.js b/script.js index fc11e14..ea29b83 100644 --- a/script.js +++ b/script.js @@ -1,4 +1,4 @@ -const username = 'chamodperera'; +const username = 'lutfailham96'; const maxPages = 2; const repoList = document.querySelector('.repo-list'); const reposSection = document.querySelector('.repos');