update placeholder text
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m9s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m9s
This commit is contained in:
parent
389c004d16
commit
cb6814d47b
@ -41,7 +41,7 @@ export function Search(): ReactElement {
|
||||
<DialogTitle>Search Documentation</DialogTitle>
|
||||
<input
|
||||
type="text"
|
||||
placeholder="Search documentation"
|
||||
placeholder="Query..."
|
||||
className="w-full p-2 border border-border rounded-lg focus:outline-none focus:ring-2 focus:border-ring"
|
||||
onChange={e => searchDocs(e.target.value)}
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user