This commit is contained in:
YasinShaikh123
2024-04-08 16:12:52 +05:30
parent 5d27e50208
commit 1ed4b05eb8
8 changed files with 69 additions and 53 deletions

View File

@@ -23,6 +23,7 @@ export const Component2 = () => {
borderRadius={"28.5px"}
color={"#fff"}
border={"1px solid #A5A5A5"}
fontSize={"16px"}
_after={{
content: "''",
position: "absolute",
@@ -46,9 +47,9 @@ export const Component2 = () => {
</Button>
</Box>
<UnorderedList color={"#E1E1E1"}>
<ListItem>Leverage own infrastructure for block space</ListItem>
<ListItem>Smart contracts in Rust , GoLang and C/C++</ListItem>
<ListItem>WASM compiler for smooth code migration</ListItem>
<ListItem fontSize={"14px"}>Leverage own infrastructure for block space</ListItem>
<ListItem fontSize={"14px"}>Smart contracts in Rust , GoLang and C/C++</ListItem>
<ListItem fontSize={"14px"}>WASM compiler for smooth code migration</ListItem>
</UnorderedList>
</>
);