From 2bcd97503d395743a339af458fe1438c8818f1c6 Mon Sep 17 00:00:00 2001 From: Akshay Date: Tue, 14 Sep 2021 13:39:39 +0200 Subject: [PATCH] Issue-#545 Add message --- src/components/Search/SearchClient.jsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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] +