Skip to content

Commit

Permalink
Replaced 'Github' with 'GitHub' in wins.js (#7523)
Browse files Browse the repository at this point in the history
  • Loading branch information
8alpreet authored Sep 26, 2024
1 parent e4c64a3 commit c1d4085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/wins.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
if (card[github_url].length > 0){
cloneCardTemplate.querySelector('.wins-card-github-icon').href = card[github_url];
cloneCardTemplate.querySelector('.github-icon').src = GITHUB_ICON ;
cloneCardTemplate.querySelector('.github-icon').alt = `Github profile for ${card[name]}`;
cloneCardTemplate.querySelector('.github-icon').alt = `GitHub profile for ${card[name]}`;
} else {
cloneCardTemplate.querySelector('.wins-card-github-icon').setAttribute('hidden', 'true')
}
Expand Down

0 comments on commit c1d4085

Please sign in to comment.