upload images

This commit is contained in:
Yana
2025-02-24 15:13:15 +02:00
parent 43855209e8
commit 327ad7982e
4 changed files with 1 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 543 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 KiB

@@ -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) => {