Spell out shortcut in project search bar (#6872)

dumb little zero-thought bit of polish.
This commit is contained in:
Frank Noirot
2025-05-12 15:36:05 -04:00
committed by GitHub
parent e6485c2da1
commit 566c9eaf10

View File

@ -52,7 +52,7 @@ export function ProjectSearchBar({
ref={inputRef} ref={inputRef}
onChange={(event) => setQuery(event.target.value)} onChange={(event) => setQuery(event.target.value)}
className="w-full text-sm bg-transparent focus:outline-none selection:bg-primary/20 dark:selection:bg-primary/40 dark:focus:outline-none" className="w-full text-sm bg-transparent focus:outline-none selection:bg-primary/20 dark:selection:bg-primary/40 dark:focus:outline-none"
placeholder="Search projects (^.)" placeholder="Search projects (Ctrl+.)"
autoCapitalize="off" autoCapitalize="off"
autoComplete="off" autoComplete="off"
autoCorrect="off" autoCorrect="off"