text white

This commit is contained in:
YasinShaikh123
2024-10-25 20:33:08 +05:30
parent 7f054b95f7
commit 43c7140e3d
2 changed files with 10 additions and 8 deletions

View File

@@ -82,7 +82,7 @@ define(['./workbox-b5f7729d'], (function (workbox) { 'use strict';
"revision": "3ca0b8505b4bec776b69afdba2768812"
}, {
"url": "index.html",
"revision": "0.clcjjkrum98"
"revision": "0.sq0ijia5dv8"
}], {});
workbox.cleanupOutdatedCaches();
workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), {

View File

@@ -82,14 +82,16 @@ const SubnetId = () => {
</Text>
),
"Subnet ID": (
<>
<Box color={colorMode === "light"? "#230A79" : "#B09AFF"} onClick={() =>
navigate(`/subnet-id-overview/${item?.networkId}`)}>
{item?.networkId}
<HStack fontSize={"xs"} mt={1} w={"280px"} justifyContent={"space-between"}>
<Text display={"flex"} alignItems={"center"}>Tvl<MdArrowRight /> {item?.tvl} (RBT)</Text>
<Text display={"flex"} alignItems={"center"}>Count<MdArrowRight />{item?.transctionsCount}</Text>
</HStack>
</Box>
navigate(`/subnet-id-overview/${item?.networkId}`)}>
{item?.networkId}
</Box>
<HStack fontSize={"xs"} mt={1} w={"280px"} justifyContent={"space-between"}>
<Text display={"flex"} alignItems={"center"}>Tvl<MdArrowRight /> {item?.tvl} (RBT)</Text>
<Text display={"flex"} alignItems={"center"}>Count<MdArrowRight />{item?.transctionsCount}</Text>
</HStack>
</>
),
"Network Name": item?.networkName,
}));