This commit is contained in:
rockyeverlast
2024-04-15 19:59:23 +05:30
14 changed files with 157 additions and 131 deletions

View File

@@ -264,7 +264,7 @@ const ArticleInternalFour = () => {
</Box>
</Box>
</Box>
<Footer />
</>
);
};

View File

@@ -310,7 +310,6 @@ const ArticleInternalOne = () => {
</Box>
</Box>
</Box>
<Footer />
</>
);
};

View File

@@ -345,7 +345,7 @@ const ArticleInternalSix = () => {
</Box>
</Box>
</Box>
<Footer />
</>
);
};

View File

@@ -243,7 +243,7 @@ const ArticleInternalThree = () => {
</Box>
</Box>
</Box>
<Footer />
</>
);
};

View File

@@ -426,7 +426,7 @@ const ArticleInternalTwo = () => {
</Box>
</Box>
</Box>
<Footer />
</>
);
};

View File

@@ -46,8 +46,7 @@ const ArticleInternalfive = () => {
textAlign={"center"}
className="rubix-text-heading-2 rubix-fw-600"
>
Securing wallet to wallet transfers across the network: Rubix solved
it differently
Enterprise blockchains on a Public Chain!
</Text>
<Text textAlign={"center"} className="rubix-text-xsmall rubix-fw-500">
@@ -226,7 +225,7 @@ const ArticleInternalfive = () => {
<img
style={{ backgroundColor: "#fff" }}
width={"100%"}
src="https://www.rubix.net/wp-content/uploads/independent-proofchains-of-tokens.png"
src="https://www.rubix.net/wp-content/uploads/multiple-quorum-validating-transactions.png"
/>
</Text>
<Text pb={5} fontSize="xl">
@@ -296,7 +295,7 @@ const ArticleInternalfive = () => {
</Box>
</Box>
</Box>
<Footer />
</>
);
};