Skip to content

Commit

Permalink
fixed merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
izma-mujeeb committed Jan 11, 2025
1 parent 0cabf1e commit 101539b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/js/wins.js
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@

if (card[github_url].length > 0){
cloneCardTemplate.querySelector('.wins-card-github-icon').href = card[github_url];
cloneCardTemplate.querySelector('.github-icon').title = `Github profile for ${card[name]}`;
} else {
cloneCardTemplate.querySelector('.wins-card-github-icon').setAttribute('hidden', 'true')
}
Expand Down

0 comments on commit 101539b

Please sign in to comment.