diff --git a/app/not-found.tsx b/app/not-found.tsx index 9cd46e3b599ef4..4f49a35d4674e4 100644 --- a/app/not-found.tsx +++ b/app/not-found.tsx @@ -24,7 +24,7 @@ export default function NotFound() {

Let's give it another shot:

- +
+ + )}
{query.length >= 2 && inputFocus && (
-
- -
- {loading && } {!loading && totalHits > 0 && ( @@ -294,6 +296,14 @@ export function Search({path, autoFocus, searchPlatforms = []}: Props) { /> )} + {!loading && totalHits === 0 && ( +
+ +
+ )} + {!loading && !showOffsiteResults && (