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 e4c64a3 commit c1d4085Copy full SHA for c1d4085
assets/js/wins.js
@@ -331,7 +331,7 @@
331
if (card[github_url].length > 0){
332
cloneCardTemplate.querySelector('.wins-card-github-icon').href = card[github_url];
333
cloneCardTemplate.querySelector('.github-icon').src = GITHUB_ICON ;
334
- cloneCardTemplate.querySelector('.github-icon').alt = `Github profile for ${card[name]}`;
+ cloneCardTemplate.querySelector('.github-icon').alt = `GitHub profile for ${card[name]}`;
335
} else {
336
cloneCardTemplate.querySelector('.wins-card-github-icon').setAttribute('hidden', 'true')
337
}
0 commit comments