Skip to content

Commit

Permalink
Update js.html
Browse files Browse the repository at this point in the history
  • Loading branch information
laf authored Dec 31, 2024
1 parent 579633c commit 834062a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/js.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}

var el = '<div class="sponsor"><a href="' + link + '">';
el += '<img class="img-circle" alt="' + sponsor.name + '" src="' + sponsor.image + '">';
el += '<img class="img-circle" alt="' + sponsor.name + '" src="' + sponsor.image + '" height="83">';
el += '</a>';
el += '<p>$' + sponsor.totalAmountDonated + '</p>';
el += '</div>';
Expand All @@ -54,7 +54,7 @@
}

var el = '<div class="backer"><a href="' + link + '">';
el += '<img class="img-circle" alt="' + backer.name + '" src="' + backer.image + '">';
el += '<img class="img-circle" alt="' + backer.name + '" src="' + backer.image + '" height="83">';
el += '</a></div>';

backers.append(el);
Expand Down

0 comments on commit 834062a

Please sign in to comment.