Skip to content
Snippets Groups Projects
Commit 108f5f45 authored by Lukas's avatar Lukas Committed by mcfarhat
Browse files

Change market history chart place

parent f70b45fe
No related branches found
No related tags found
1 merge request!599Lbudginas/#493 hive price chart
......@@ -79,19 +79,21 @@ export default function Home() {
<Head>
<title>Hive Explorer</title>
</Head>
<div className=" page-container grid grid-cols-4 text-white gap-3">
<HeadBlockCard
headBlockCardData={dynamicGlobalQueryData}
transactionCount={trxOpsLength}
blockDetails={headBlockData}
opcount={opcount}
/>
<div className="col-span-4 md:col-span-3 lg:col-span-2">
<div className="page-container grid grid-cols-4 text-white gap-3">
<div className="flex flex-col gap-3">
<HeadBlockCard
headBlockCardData={dynamicGlobalQueryData}
transactionCount={trxOpsLength}
blockDetails={headBlockData}
opcount={opcount}
/>
<MarketHistoryChart
data={marketHistory}
isLoading={isMarketHistoryLoading}
strokeColor={strokeColor}
/>
</div>
<div className="col-span-4 md:col-span-3 lg:col-span-2">
<LastBlocksWidget
headBlock={headBlockNum}
strokeColor={strokeColor}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment