We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9df1334 + d3dd695 commit a4dbdf2Copy full SHA for a4dbdf2
public/assets/ranks/EMERALD.webp
6.19 KB
src/components/MatchDetailsItem.vue
@@ -311,6 +311,7 @@ export default {
311
if (rankL === 'B') { return '#7C6750'; }
312
if (rankL === 'S') { return '#515163'; }
313
if (rankL === 'G') { return '#EB9C00'; }
314
+ if (rankL === 'E') { return '#00A766'; }
315
if (rankL === 'P') { return '#00BBA3'; }
316
if (rankL === 'D') { return '#0093FF'; }
317
if (rankL === 'M') { return '#E537A2'; }
0 commit comments