upate
This commit is contained in:
@@ -135,7 +135,7 @@ const MainNet = () => {
|
||||
color="white"
|
||||
display={{ base: "block", md: "flex" }}
|
||||
justifyContent={"space-between"}
|
||||
mb={10}
|
||||
mb={6}
|
||||
>
|
||||
<Heading
|
||||
fontSize={"md"}
|
||||
@@ -146,7 +146,8 @@ const MainNet = () => {
|
||||
Main Net - Overview
|
||||
</Heading>
|
||||
<HStack to="" style={{ fontSize: "14px" }} color={colorMode === "light" ? "#000" : "#fff"} display={"flex"} gap={"3"}>
|
||||
<Text as={"span"}>Total Value Locked (TVL)</Text> <Text as={"span"}>{Number(mainNetData?.data?.tvl).toFixed(3)} RBT</Text>
|
||||
{/* <Text as={"span"}>Total Value Locked (TVL)</Text> <Text as={"span"}>{Number(mainNetData?.data?.tvl).toFixed(3)} RBT</Text> */}
|
||||
<Text as={"span"}>Total Value Locked (TVL)</Text> <Text as={"span"}>{mainNetData?.data?.tvl} $ Mn</Text>
|
||||
</HStack>
|
||||
</Container>
|
||||
<Box>
|
||||
|
||||
@@ -125,7 +125,7 @@ const SubnetId = () => {
|
||||
color="white"
|
||||
display={{ base: "block", md: "flex" }}
|
||||
justifyContent={"space-between"}
|
||||
mb={10}
|
||||
mb={5}
|
||||
|
||||
>
|
||||
<Heading
|
||||
|
||||
Reference in New Issue
Block a user