text white
This commit is contained in:
@@ -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"), {
|
||||
|
||||
@@ -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,
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user