MadeBaruna/paimon-moe

Hutao stats on homepage missing due to typo

Closed this issue · 1 comments

const featured = {
nahida: {
name: 'Nahida',
rarity: 'legendary',
count: 0,
average: '...',
percentage: '...',
},
hutao: {
name: 'Hutao',
rarity: 'legendary',
count: 0,
average: '...',
percentage: '...',
},
};

should be hu_tao

fixed a041f76