This commit is contained in:
2024-10-15 15:52:39 +05:30
parent 60f93a9087
commit 52eb419f3b
4 changed files with 7 additions and 4 deletions

View File

@@ -94,7 +94,7 @@ const LatestTransactions = () => {
>
<Box>
<Text mb={2} color={colorMode === "light" ? "#7B7B7B" : "#E8E8E8"}>
Smart contract ID dd :
Smart contract ID :
</Text>
<Text color={colorMode === "light" ? "#230A79" : "#B09AFF"}><Link to="/smart-contract">{transaction.contract}</Link></Text>
</Box>