Skip to content

Commit a4dbdf2

Browse files
authored
Merge pull request #38 from LyticalApp/emerald-rank
Add assets and a matc history color for Emerald league
2 parents 9df1334 + d3dd695 commit a4dbdf2

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

public/assets/ranks/EMERALD.webp

6.19 KB
Binary file not shown.

src/components/MatchDetailsItem.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ export default {
311311
if (rankL === 'B') { return '#7C6750'; }
312312
if (rankL === 'S') { return '#515163'; }
313313
if (rankL === 'G') { return '#EB9C00'; }
314+
if (rankL === 'E') { return '#00A766'; }
314315
if (rankL === 'P') { return '#00BBA3'; }
315316
if (rankL === 'D') { return '#0093FF'; }
316317
if (rankL === 'M') { return '#E537A2'; }

0 commit comments

Comments
 (0)