Skip to content

Commit

Permalink
fix trend data
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed Oct 31, 2019
1 parent 35e3346 commit 5ae4588
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/utils/trending/TrendingUtil.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ var TAGS = {
end: '</span>end'
},
starCount: {
start: '<svg aria-label="star">',
start: '<svg aria-label="star"',
flag: '/svg>',
end: '</a>'
},
forkCount: {
start: '<svg aria-label="repo-forked">',
start: '<svg aria-label="repo-forked"',
flag: '/svg>',
end: '</a>'
}
Expand Down

0 comments on commit 5ae4588

Please sign in to comment.