Change add creature placeholder to "+ Add combatants"

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Lukas
2026-03-11 22:50:09 +01:00
parent fc43f440aa
commit 582a42e62d

View File

@@ -226,7 +226,7 @@ export function ActionBar({
value={nameInput}
onChange={(e) => handleNameChange(e.target.value)}
onKeyDown={handleKeyDown}
placeholder="Search creatures to add..."
placeholder="+ Add combatants"
className="max-w-xs"
/>
{suggestions.length > 0 && (