Skip to content

Commit

Permalink
Added Github Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
zalabhavy committed Aug 5, 2024
1 parent 044a308 commit be6c2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/contributors.html
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ <h1 class="text-center text-3xl font-semibold mb-8">🤝Our Contributors</h1>
<img src="${contributor.avatar_url}" alt="${contributor.login}">
<h2 class="text-lg font-medium text-gray-900 dark:text-gray-100 mb-2">${contributor.login}</h2>
<p class="text-gray-700 dark:text-gray-400">Contributions: ${contributor.contributions}</p>
<p class="text-gray-700 dark:text-gray-400 flex-center"></i></i> GitHub Profile</p>
<p class="text-gray-700 dark:text-gray-400 flex-center"><i class="fa-brands fa-github mr-1"></i>GitHub Profile</p>
`;
contributorsContainer.appendChild(contributorCard);
});
Expand Down

0 comments on commit be6c2d0

Please sign in to comment.