Skip to content

Commit

Permalink
Merge pull request #2326 from zeitgeistpm/tr-remove-old-latest-trades
Browse files Browse the repository at this point in the history
Remove old latest trades
  • Loading branch information
Robiquet authored Feb 28, 2024
2 parents 25402df + 0b6654e commit a77cdba
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -277,28 +277,14 @@ const IndexPage: NextPage<{
</div>
</div>

<NewsSection news={news} imagePlaceholders={newsImagePlaceholders} />

<div className="mb-12">
<WatchHow />
<PopularCategories imagePlaceholders={categoryPlaceholders} />
</div>

<NewsSection news={news} imagePlaceholders={newsImagePlaceholders} />

<div className="mb-12">
<PopularCategories imagePlaceholders={categoryPlaceholders} />
</div>
<div className="mb-12 flex flex-col gap-4">
<div>
<h2 className="mb-7 text-center sm:col-span-2 sm:text-start">
Latest Trades
</h2>
<LatestTrades />
</div>
<Link
className="w-full text-center text-ztg-blue"
href={"/latest-trades"}
>
View more
</Link>
<WatchHow />
</div>

<div className="mb-12 flex w-full items-center justify-center">
Expand Down

0 comments on commit a77cdba

Please sign in to comment.