feat: add multiple players
This commit is contained in:
parent
a41c6717c8
commit
b8e17331cc
@ -233,8 +233,8 @@ export function MVP({ user, players }: PlayerInfoProps) {
|
|||||||
<h1>🏆</h1>
|
<h1>🏆</h1>
|
||||||
{rankedPlayers.length < 1 && (
|
{rankedPlayers.length < 1 && (
|
||||||
<span className="grey hint">
|
<span className="grey hint">
|
||||||
carefully place the <i>Most Valuable Player</i> (according to your
|
carefully place as many of the <i>Most Valuable Players</i>{" "}
|
||||||
humble opinion) in this box
|
(according to your humble opinion) in this box
|
||||||
</span>
|
</span>
|
||||||
)}
|
)}
|
||||||
<PlayerList
|
<PlayerList
|
||||||
|
Loading…
x
Reference in New Issue
Block a user