Skip to content

Commit e233aed

Browse files
committed
fix
1 parent 899fedd commit e233aed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ranking-list/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h1 class="app-name">
4141
:title="category[type === 'examiner' ? 'hot' : 'excellent']"
4242
>
4343
<svg class="icon" aria-hidden="true">
44-
<use :xlink:href="'#icon-hot' + (type === 'examiner' ? 'hot' : 'excellent')"></use>
44+
<use :xlink:href="'#icon-' + (type === 'examiner' ? 'hot' : 'excellent')"></use>
4545
</svg>
4646
<b>{{ rank[type === 'examiner' ? 'hotNum' : 'excellentNum'] }}</b>
4747
</span>

0 commit comments

Comments
 (0)