feat: add tooltip showing overall pick number in draft grid
This commit is contained in:
parent
d440a70ef2
commit
d0ae694283
1 changed files with 1 additions and 0 deletions
|
|
@ -265,6 +265,7 @@ export default function DraftRoom() {
|
|||
? "border-green-500 bg-green-50 dark:bg-green-950"
|
||||
: "border-gray-300 bg-white dark:bg-gray-900"
|
||||
}`}
|
||||
title={`Overall Pick #${cell.pickNumber}`}
|
||||
>
|
||||
<div className="text-xs font-mono text-muted-foreground mb-1">
|
||||
{cell.round}.{String(cell.pickInRound).padStart(2, "0")}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue