diff --git a/packages/site/src/pages/index.tsx b/packages/site/src/pages/index.tsx index 85d9994..3f67f7b 100644 --- a/packages/site/src/pages/index.tsx +++ b/packages/site/src/pages/index.tsx @@ -30,7 +30,7 @@ import { sendSetData, sendGetData, } from '../utils'; -import { Card, LoginAccountButton, CreateAccountButton } from '../components'; +import { Card, LoginAccountButton, CreateAccountButton, SnapLogo } from '../components'; import SendIcon from '@mui/icons-material/Send'; import { SHA256 } from 'crypto-js'; @@ -598,18 +598,21 @@ const Index = () => { Hash Value Timestamp - {/* Add more table headers if needed */} + View on Aptos Explorer - {/* Add your table rows here */} {txnHistory.map((txn, i) => ( {txn.version} {txn.hash} {txn.events[0].data.amount} {milliToDate(txn.timestamp)} - {/* Add more table cells with data */} + + + + + ))}