Skip to content

Commit

Permalink
Best prize card clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultJRD committed Aug 14, 2023
1 parent d9e37e7 commit b071f23
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pages/Landing/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,11 @@ const Landing = () => {
</Button>
</div>
<div style={{ flex: 2 }}>
<BestPrizeCard title={'ATOM pool TVL'} biggestPrize={pools && pools.length ? { amount: NumbersUtils.convertUnitNumber(pools[0].tvlAmount), denom: 'uatom' } : null} />
<BestPrizeCard
title={'ATOM pool TVL'}
biggestPrize={pools && pools.length ? { amount: NumbersUtils.convertUnitNumber(pools[0].tvlAmount), denom: 'uatom' } : null}
poolId='2'
/>
</div>
</Card>
</div>
Expand Down

0 comments on commit b071f23

Please sign in to comment.