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:
parent
e2c8b8e6c2
commit
2bcd97503d
@ -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%' }}>
|
||||
|
Loading…
Reference in New Issue
Block a user