diff --git a/src/components/Search/SearchClient.jsx b/src/components/Search/SearchClient.jsx index f3244e5b..70ee378b 100644 --- a/src/components/Search/SearchClient.jsx +++ b/src/components/Search/SearchClient.jsx @@ -128,7 +128,10 @@ SearchClient.propTypes = { const ResultList = ({ searchResults }) => { return (
-
Total results found: {searchResults.length}
+
+ Total results found: {searchResults.length} [Searched from Tutorials and + Core Concepts] +