Skip to content

Commit

Permalink
Use AI safety in placeholder for consistency #339
Browse files Browse the repository at this point in the history
  • Loading branch information
Aprillion committed Oct 15, 2023
1 parent 8586087 commit bb5d12b
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') ?? 'Ask a question about AGI safety'
const placeholder = urlSearchParams.get('placeholder') ?? 'Ask a question about AI safety'

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

Expand Down

0 comments on commit bb5d12b

Please sign in to comment.