fix: typo in color name

This commit is contained in:
Valentin Kaelin 2019-11-08 15:47:33 +01:00
parent c78ad56a7f
commit 8207d7d6e9

View file

@ -115,7 +115,7 @@
<li
v-for="(league, index) in leagueStatsByType('Normal')"
: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"
>
<div class="w-2/4 text-left">{{ `${league.type} ${league.name.toLowerCase()}` }}</div>