Commit 748a5ead authored by Greg Bugyis's avatar Greg Bugyis Committed by GitHub

fix: Token Details - move About section below Market Stats (#4483)

parent 5659fe21
......@@ -120,16 +120,6 @@ export default function LoadingTokenDetail() {
</LoadingChartContainer>
<Space heightSize={32} />
</ChartHeader>
<AboutContainer>
<AboutHeader>
<SquareLoadingBubble />
</AboutHeader>
<LongLoadingBubble />
<LongLoadingBubble />
<HalfLoadingBubble />
<ResourcesContainer>{null}</ResourcesContainer>
</AboutContainer>
<StatsSection>
<StatsLoadingContainer>
<StatPair>
......@@ -154,6 +144,16 @@ export default function LoadingTokenDetail() {
</StatPair>
</StatsLoadingContainer>
</StatsSection>
<AboutContainer>
<AboutHeader>
<SquareLoadingBubble />
</AboutHeader>
<LongLoadingBubble />
<LongLoadingBubble />
<HalfLoadingBubble />
<ResourcesContainer>{null}</ResourcesContainer>
</AboutContainer>
<ContractAddressSection>{null}</ContractAddressSection>
</TopArea>
)
......
......@@ -238,7 +238,6 @@ export default function LoadedTokenDetail({ address }: { address: string }) {
<ParentSize>{({ width, height }) => <PriceChart token={token} width={width} height={height} />}</ParentSize>
</ChartContainer>
</ChartHeader>
<AboutSection address={address} tokenDetailData={relevantTokenDetailData} />
<StatsSection>
<StatPair>
<Stat>
......@@ -269,6 +268,7 @@ export default function LoadedTokenDetail({ address }: { address: string }) {
</Stat>
</StatPair>
</StatsSection>
<AboutSection address={address} tokenDetailData={relevantTokenDetailData} />
<ContractAddressSection>
<Contract>
Contract address
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment