캐릭터 패널 보스 툴팁 순서 변경
보스 이름 · 난이도 → 난이도 · 보스 이름 순으로 표시하여 난이도 인지를 우선시. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
d3fda95d04
commit
f7481acfa3
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ function CharacterContent({ char, selections, bosses }) {
|
|||
return (
|
||||
<Tooltip
|
||||
key={item.boss.id}
|
||||
text={`${item.boss.name} ${diff?.label || ''} · ${formatMeso(item.revenue)}`}
|
||||
text={`${diff?.label || ''} ${item.boss.name} · ${formatMeso(item.revenue)}`}
|
||||
>
|
||||
<div className="space-y-0.5">
|
||||
<div className="aspect-square rounded bg-gray-900 overflow-hidden border border-white/5">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue