Skip to content

Commit

Permalink
change presentation order
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-aurele-besner committed Feb 20, 2025
1 parent 1b0d01d commit 343b512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions explorer/src/components/Consensus/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { useInView } from 'react-intersection-observer'
import { HomeBlockList } from './HomeBlockList'
import { HomeChainInfo } from './HomeChainInfo'
import { HomeChainInfoExtra } from './HomeChainInfoExtra'
import HomeCharts from './HomeCharts'
import { HomeCharts } from './HomeCharts'
import { HomeExtrinsicList } from './HomeExtrinsicList'

export const Home: FC = () => {
Expand All @@ -25,8 +25,8 @@ export const Home: FC = () => {
<div className='flex w-full flex-col align-middle'>
<SearchBar />
<div ref={ref}>
<HomeCharts />
<HomeChainInfo data={data} loading={loading} />
<HomeCharts />
<div className='mb-12 flex w-full flex-col items-center gap-5 xl:flex-row'>
<HomeBlockList data={data} loading={loading} />
<HomeExtrinsicList data={data} loading={loading} />
Expand Down

0 comments on commit 343b512

Please sign in to comment.