This commit is contained in:
2024-10-14 20:15:52 +05:30
parent 53053282d2
commit e7c6396cf7
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ import ToastBox from "../components/ToastBox";
<>
<Box backgroundImage={colorMode !== "light" ? `url(${bannerImage})` : "none"} backgroundSize="cover"
backgroundRepeat="no-repeat" pb={"5rem"}>
<Container maxW="6xl" pt={"8rem"}>
<Container maxW="6xl" pt={"6rem"}>
<Heading mb={5} fontSize={"sm"} fontWeight={400} color={colorMode === "light" ? "#000" : "#fff"}>
Smart Contract Info
</Heading>

View File

@@ -135,7 +135,7 @@ import GlobalStateContext from "../../Contexts/GlobalStateContext";
<Text color={"#A1A1A1"}>$ 100</Text>
</Box>
<Box>
<Text>$ 100</Text>
<Text>Timestamp</Text>
<Text color={"#A1A1A1"}>18 hours ago, 29/07/2024</Text>
</Box>
</HStack>