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:
parent
73826dc651
commit
44dbd51592
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user