Skip to content

Commit

Permalink
fix: bold the level name to differentiate it from the number of players
Browse files Browse the repository at this point in the history
  • Loading branch information
Kooshaba committed Jan 8, 2024
1 parent 6102e02 commit 17e3ab4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function LevelName({ levelId }: { levelId: Hex }) {
<div className="w-2" />
</>
) : null}
{name} - {numSpawns} players
<span className="font-bold">{name}</span> &nbsp;({numSpawns} players)
</div>
);
}
Expand Down

0 comments on commit 17e3ab4

Please sign in to comment.