We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 899fedd commit e233aedCopy full SHA for e233aed
1 file changed
ranking-list/index.html
@@ -41,7 +41,7 @@ <h1 class="app-name">
41
:title="category[type === 'examiner' ? 'hot' : 'excellent']"
42
>
43
<svg class="icon" aria-hidden="true">
44
- <use :xlink:href="'#icon-hot' + (type === 'examiner' ? 'hot' : 'excellent')"></use>
+ <use :xlink:href="'#icon-' + (type === 'examiner' ? 'hot' : 'excellent')"></use>
45
</svg>
46
<b>{{ rank[type === 'examiner' ? 'hotNum' : 'excellentNum'] }}</b>
47
</span>
0 commit comments