diff --git a/index.html b/index.html index 3b2fab555..dddfa7353 100644 --- a/index.html +++ b/index.html @@ -1803,6 +1803,7 @@
Contributions: ${contributor.contributions}
+ `; + + contributorsContainer.appendChild(contributorCard); + }); + } + + fetchContributors(); + });