mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
fix: typo in color name
This commit is contained in:
parent
c78ad56a7f
commit
8207d7d6e9
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@
|
||||||
<li
|
<li
|
||||||
v-for="(league, index) in leagueStatsByType('Normal')"
|
v-for="(league, index) in leagueStatsByType('Normal')"
|
||||||
:key="index"
|
:key="index"
|
||||||
:class="{'bg-blue-750': index % 2 !== 0}"
|
:class="{'bg-blue-760': index % 2 !== 0}"
|
||||||
class="flex justify-between items-center px-4 py-1 leading-tight"
|
class="flex justify-between items-center px-4 py-1 leading-tight"
|
||||||
>
|
>
|
||||||
<div class="w-2/4 text-left">{{ `${league.type} ${league.name.toLowerCase()}` }}</div>
|
<div class="w-2/4 text-left">{{ `${league.type} ${league.name.toLowerCase()}` }}</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue