Skip to content

Commit da3a3fb

Browse files
committed
changed back to original username and added options to last fetch
1 parent 754da46 commit da3a3fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const projects = document.getElementById('projects')
22
const profile = document.getElementById('profile')
33
const repos = document.getElementById('repos')
44

5-
const username = 'SteppbySteph'
5+
const username = 'StephannieMedenilla'
66
const USER_PROFILE = `https://api.github.com/users/SteppbySteph`
77
const USER_REPO = `https://api.github.com/users/SteppbySteph/repos`
88

0 commit comments

Comments
 (0)