We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 754da46 commit da3a3fbCopy full SHA for da3a3fb
1 file changed
code/script.js
@@ -2,7 +2,7 @@ const projects = document.getElementById('projects')
2
const profile = document.getElementById('profile')
3
const repos = document.getElementById('repos')
4
5
-const username = 'SteppbySteph'
+const username = 'StephannieMedenilla'
6
const USER_PROFILE = `https://api.github.com/users/SteppbySteph`
7
const USER_REPO = `https://api.github.com/users/SteppbySteph/repos`
8
0 commit comments