1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

Issue-#545 Add message

This commit is contained in:
Akshay 2021-09-14 13:39:39 +02:00
parent e2c8b8e6c2
commit 2bcd97503d

View File

@ -128,7 +128,10 @@ SearchClient.propTypes = {
const ResultList = ({ searchResults }) => {
return (
<div style={{ maxHeight: '100%' }}>
<div>Total results found: {searchResults.length} </div>
<div>
Total results found: {searchResults.length} [Searched from Tutorials and
Core Concepts]
</div>
<div>
<List style={{ maxHeight: '100%' }}>