Skip to content

Commit

Permalink
Test interval
Browse files Browse the repository at this point in the history
  • Loading branch information
ikprk committed Jun 26, 2024
1 parent fe65d2a commit df424bf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ export const CrtMarketplaceView = () => {

<TableFullWitdhtWrapper>
<LimitedWidthContainer big noBottomPadding>
<TopMovingTokens interval={1} tableTitle="Hot tokens" />
<TopMovingTokens interval={30} tableTitle="Hot tokens" />
</LimitedWidthContainer>
</TableFullWitdhtWrapper>

<TableFullWitdhtWrapper>
<LimitedWidthContainer big noBottomPadding>
<TopMovingTokens interval={7} tableTitle="Top Movers" />
<TopMovingTokens interval={60} tableTitle="Top Movers" />
</LimitedWidthContainer>
</TableFullWitdhtWrapper>

Expand Down

0 comments on commit df424bf

Please sign in to comment.