From 582a42e62d6f630d93fdc94ae935277b3749412f Mon Sep 17 00:00:00 2001 From: Lukas Date: Wed, 11 Mar 2026 22:50:09 +0100 Subject: [PATCH] Change add creature placeholder to "+ Add combatants" Co-Authored-By: Claude Opus 4.6 --- apps/web/src/components/action-bar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/action-bar.tsx b/apps/web/src/components/action-bar.tsx index 0b52eea..8824461 100644 --- a/apps/web/src/components/action-bar.tsx +++ b/apps/web/src/components/action-bar.tsx @@ -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 && (