updatwe
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user