1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

Added link to highest liquidity pool search (#375)

* Added link to highest liquidity pool search

* changed link name

* changed sections link and title texts
This commit is contained in:
Norbi 2021-02-16 16:50:39 +02:00 committed by GitHub
parent 73826dc651
commit 44dbd51592
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,12 +104,20 @@ export default function HomePage(): ReactElement {
</section>
<SectionQueryResult
title="Highest Liquidity Pools"
title="Highest Liquidity"
query={queryHighest}
action={
<Button
style="text"
to="/search?priceType=pool&sort=liquidity&sortOrder=desc"
>
All data sets with pool
</Button>
}
/>
<SectionQueryResult
title="New Data Sets"
title="Recently Published"
query={queryLatest}
action={
<Button style="text" to="/search?sort=created&sortOrder=desc">