Skip to content

Commit

Permalink
Update src/components/Navigation.js
Browse files Browse the repository at this point in the history
Co-authored-by: Zack Stickles <[email protected]>
  • Loading branch information
caylahamann and zstix authored Jun 25, 2020
1 parent 5e450f7 commit 63eca33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const Navigation = ({ className, searchTerm, mobile }) => {
: undefined;

if (filteredPageNames?.length === 0) {
return <div className={styles.emptyResults}>No results found.</div>;
return <div className={styles.emptyResults}>No results found</div>;
}

return (
Expand Down

0 comments on commit 63eca33

Please sign in to comment.