Skip to content

Commit

Permalink
Merge pull request #1833 from Ganzabahl/master
Browse files Browse the repository at this point in the history
Updated contributors.html
  • Loading branch information
fineanmol committed Oct 1, 2022
2 parents dbc2696 + 3856bb2 commit 2c21223
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions Contributors.html
Original file line number Diff line number Diff line change
Expand Up @@ -1986,8 +1986,6 @@
"id": 360,
"fullname": "Abiola Ayodele",
"username": "https://github.com/babboe1"


},
{
"id": 361,
Expand All @@ -2014,6 +2012,12 @@
"fullname": "Theis Andatu",
"username": "https://github.com/antheiz"
},
{
"id": 365,
"fullname": "Ganzabahl",
"username": "https://github.com/Ganzabahl"
},

]


Expand Down Expand Up @@ -2112,7 +2116,6 @@
if (item.id <= initialContributorsNumber) {
document.getElementById('contributors').append(user)
}

})

document.querySelectorAll('a.box-item').forEach(con => {
Expand Down Expand Up @@ -2225,4 +2228,4 @@
<script type="text/javascript" src="https://code.jquery.com/jquery-3.1.0.min.js"></script>
</body>

</html>
</html>

0 comments on commit 2c21223

Please sign in to comment.