Skip to content

Commit

Permalink
Change default search placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
Mink-Mink committed Sep 29, 2023
1 parent 3faddc0 commit f76d65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function Search({
const searchInputRef = useRef('')

const [urlSearchParams] = useSearchParams()
const placeholder = urlSearchParams.get('placeholder') ?? 'Search for more questions here...'
const placeholder = urlSearchParams.get('placeholder') ?? 'Ask a question about AGI safety'

const {search, isPendingSearch, results} = useSearch(onSiteAnswersRef, limitFromUrl)

Expand Down

0 comments on commit f76d65c

Please sign in to comment.