diff --git a/src/EmptyScreen/EmptyScreen.tsx b/src/EmptyScreen/EmptyScreen.tsx index 159ef3fe..2722ef0a 100644 --- a/src/EmptyScreen/EmptyScreen.tsx +++ b/src/EmptyScreen/EmptyScreen.tsx @@ -6,6 +6,8 @@ import { import { RecentDocSearchHit } from '../types'; +import { ResetIcon } from '../SearchBox/ResetIcon'; + interface EmptyScreenProps extends AutocompleteApi< RecentDocSearchHit, @@ -22,8 +24,8 @@ interface EmptyScreenProps export function EmptyScreen(props: EmptyScreenProps) { if (props.state.status === 'idle' && props.hasSuggestions === false) { return ( -
Select results and your history will appear here.
+Your search history will appear here.
- No results for “{props.state.query}“. +
+ No results for "{props.state.query}".
@@ -32,7 +32,6 @@ export function NoResults(props: NoResultsProps) { (acc, search) => [ ...acc, acc.length > 0 ? ', ' : '', - '“', , - '“', ], [] )} - . + ...
-- If you believe this query should return results, please{' '} +
+ If you believe this query should return results,
please{' '}