diff --git a/explorer-nextjs/public/images/buy-article.webp b/explorer-nextjs/public/images/buy-article.webp new file mode 100644 index 0000000000..7d59ca36ac Binary files /dev/null and b/explorer-nextjs/public/images/buy-article.webp differ diff --git a/explorer-nextjs/public/images/exolorer-article.webp b/explorer-nextjs/public/images/exolorer-article.webp new file mode 100644 index 0000000000..f8eec41111 Binary files /dev/null and b/explorer-nextjs/public/images/exolorer-article.webp differ diff --git a/explorer-nextjs/public/images/stake-article.webp b/explorer-nextjs/public/images/stake-article.webp new file mode 100644 index 0000000000..7ea416c3ec Binary files /dev/null and b/explorer-nextjs/public/images/stake-article.webp differ diff --git a/explorer-nextjs/src/components/landingPageComponents/NetworkStakeCard.tsx b/explorer-nextjs/src/components/landingPageComponents/NetworkStakeCard.tsx index f18a0c926b..4424010b36 100644 --- a/explorer-nextjs/src/components/landingPageComponents/NetworkStakeCard.tsx +++ b/explorer-nextjs/src/components/landingPageComponents/NetworkStakeCard.tsx @@ -44,6 +44,7 @@ export const NetworkStakeCard = () => { const lastTotalStake = packetsAndStaking[packetsAndStaking.length - 1]?.total_stake / 1_000_000; + const data = packetsAndStakingData .slice(0, -1) .map((item: IPacketsAndStakingData) => {