Skip to content

Commit

Permalink
recent contributors has link to their github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshyabatman authored and Rishabh570 committed Dec 31, 2018
1 parent 7ef2324 commit 5ab07cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/community-toolbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -81844,7 +81844,7 @@ CommunityToolbox = function CommunityToolbox(org, repo) {
.then(function gotCommits(commits) {
let totalCommits = commits.length;
let usernames = commits.map((commit, i) => {
return `<a href-=${commit.author.html_url}>@${commit.author.login}</a>`;
return `<a href="${commit.author.html_url}">@${commit.author.login}</a>`;
})
let avatars = commits.map((commit, i) => {
return '<img width="100px" src="' + commit.author.avatar_url + '">';
Expand Down

0 comments on commit 5ab07cd

Please sign in to comment.