Skip to content

Commit

Permalink
minior changes to economics pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mokelgit committed Sep 5, 2024
1 parent cfebbee commit d87bf84
Show file tree
Hide file tree
Showing 3 changed files with 196 additions and 167 deletions.
6 changes: 4 additions & 2 deletions app/(layout)/economics/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ export default async function Layout({
width={36}
/>
<Heading className="text-[36px] leading-snug " as="h1">
{"Economics"}
{"Onchain Economics"}
</Heading>
</div>
<div className="text-[14px]">The page is bla bla in lorem ipsum dolor ......</div>
<div className="text-[14px]">
Aggregated metrics across all chains listed in the table below.
</div>
</Container>
<div>{children}</div>
</>
Expand Down
14 changes: 1 addition & 13 deletions app/(layout)/economics/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,9 @@ export default function Economics() {
econData.data;

return (
<div className="mt-[60px] flex flex-col gap-y-[60px] h-full">
<div className="mt-[15px] flex flex-col gap-y-[60px] h-full">
{/*Data Availability Fee Markets */}
<Container className="flex flex-col gap-y-[15px]">
<div className="flex items-center gap-x-[8px]">
<Image
src="/GTP-Data.svg"
alt="GTP Chain"
className="object-contain w-[36px] h-[36px]"
height={36}
width={36}
/>
<Heading className="text-[30px] leading-snug " as="h2">
Data Availability Fee Markets
</Heading>
</div>
<EconHeadCharts da_charts={da_charts} />
</Container>
<ChainBreakdown data={chain_breakdown} master={master} />
Expand Down
Loading

0 comments on commit d87bf84

Please sign in to comment.