Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit e637a74

Browse files
authored
fix: text not being gold at unique medal (#1891)
1 parent 2929de4 commit e637a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/stats.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1694,7 +1694,7 @@ const metaDescription = getMetaDescription()
16941694
<div class="item-icon icon-<%= crop.icon %>"></div>
16951695
</div>
16961696
<div class="chip-text">
1697-
<div class="collection-name <%= crop.unique_gold ? 'max-minion' : '' %>"><span class="stat-name"><%= crop.name %></span></div>
1697+
<div class="collection-name <%= crop.unique_gold ? 'max-stat' : '' %>"><span class="stat-name"><%= crop.name %></span></div>
16981698
<div class="collection-amount">
16991699
<small class="stat-name">Personal Best: </small><small class="stat-value"><%= helper.formatNumber(crop.personal_best, true) %></small><br>
17001700
<small class="stat-name">Contests: </small><small class="stat-value"><%= crop.contests.toLocaleString() %></small><br>

0 commit comments

Comments
 (0)