Skip to content

Commit f90e4db

Browse files
Update aboutUs.js
1 parent 0b3f5b6 commit f90e4db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/aboutUs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const AboutUs = () => {
1111
}, 600);
1212
}, []);
1313
fetch('https://api.github.com/repos/jsvigneshkanna/tailwind_ui_components/contributors').then(res => res.json()).then(res => {
14-
if (document.getElementById('contr').innerHTML == "") {
14+
if (document.getElementById('contributors').innerHTML == "") {
1515
for (var xx = 0; xx < res.length; xx++) {
1616
document.getElementById('contributors').innerHTML += ` <a href="${res[xx].url}" class=" overflow-hidden flex flex-col justify-evenly w-28 m-4"><img class="inline rounded-full"
1717
src="${res[xx].avatar_url}"

0 commit comments

Comments
 (0)