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 0b3f5b6 commit f90e4dbCopy full SHA for f90e4db
components/aboutUs.js
@@ -11,7 +11,7 @@ const AboutUs = () => {
11
}, 600);
12
}, []);
13
fetch('https://api.github.com/repos/jsvigneshkanna/tailwind_ui_components/contributors').then(res => res.json()).then(res => {
14
- if (document.getElementById('contr').innerHTML == "") {
+ if (document.getElementById('contributors').innerHTML == "") {
15
for (var xx = 0; xx < res.length; xx++) {
16
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"
17
src="${res[xx].avatar_url}"
0 commit comments