Merge branch 'main' of http://git.wdipl.com/Siddhesh.More/rubix-explore
This commit is contained in:
@@ -100,7 +100,7 @@ const NormalTable = ({
|
||||
{tableHeadRow.map((heading, index) => (
|
||||
<Th
|
||||
color={"#fff"}
|
||||
fontWeight={500}
|
||||
fontWeight={400}
|
||||
textAlign={
|
||||
tableHeadRow.length - 1 === index || centered
|
||||
? "left"
|
||||
@@ -113,6 +113,7 @@ const NormalTable = ({
|
||||
wordBreak="normal"
|
||||
overflowWrap="normal"
|
||||
textTransform={"none"}
|
||||
fontSize={"15px"}
|
||||
>
|
||||
{isLoading ? <Skeleton height="20px" /> : heading}
|
||||
</Th>
|
||||
|
||||
@@ -139,7 +139,7 @@ const MainNet = () => {
|
||||
>
|
||||
<Heading
|
||||
fontSize={"md"}
|
||||
fontWeight={400}
|
||||
fontWeight={500}
|
||||
color={colorMode === "light" ? "#000" : "#fff"}
|
||||
mb={{ base: "10px", md: "0px" }}
|
||||
>
|
||||
|
||||
@@ -104,7 +104,8 @@ const SubnetId = () => {
|
||||
{item?.networkId}
|
||||
</Box>
|
||||
<HStack fontSize={"xs"} mt={1} w={"280px"} justifyContent={"space-between"}>
|
||||
<Text display={"flex"} alignItems={"center"}>Tvl<MdArrowRight /> {Number(item?.tvl).toFixed(3)} (RBT)</Text>
|
||||
{/* <Text display={"flex"} alignItems={"center"}>TVL<MdArrowRight /> {Number(item?.tvl).toFixed(3)} ($ Mn)</Text> */}
|
||||
<Text display={"flex"} alignItems={"center"}>TVL<MdArrowRight /> {item?.tvl} ($ Mn)</Text>
|
||||
<Text display={"flex"} alignItems={"center"}>Count<MdArrowRight />{item?.transctionsCount}</Text>
|
||||
</HStack>
|
||||
</>
|
||||
@@ -130,7 +131,7 @@ const SubnetId = () => {
|
||||
>
|
||||
<Heading
|
||||
fontSize={"md"}
|
||||
fontWeight={400}
|
||||
fontWeight={500}
|
||||
color={colorMode === "light" ? "#000" : "#fff"}
|
||||
mb={{ base: "10px", md: "0px" }}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user