From 63eca33932e9df78e975c99a256fb6af85990edf Mon Sep 17 00:00:00 2001 From: Cayla Hamann <38332422+caylahamann@users.noreply.github.com> Date: Thu, 25 Jun 2020 12:21:29 -0400 Subject: [PATCH] Update src/components/Navigation.js Co-authored-by: Zack Stickles --- src/components/Navigation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Navigation.js b/src/components/Navigation.js index c809857cf..db615f8e0 100644 --- a/src/components/Navigation.js +++ b/src/components/Navigation.js @@ -36,7 +36,7 @@ const Navigation = ({ className, searchTerm, mobile }) => { : undefined; if (filteredPageNames?.length === 0) { - return
No results found.
; + return
No results found
; } return (