web: clarify some headings

This commit is contained in:
Leo 2020-11-10 22:19:28 +01:00
parent db63c3efbc
commit cc1dcf0867
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ function SplBalances() {
]; ];
return (<> return (<>
<h3>SPL Holdings</h3> <h3>SPL Holdings on Solana</h3>
<Table dataSource={t.balances} columns={columns} pagination={false} scroll={{y: 400}}/> <Table dataSource={t.balances} columns={columns} pagination={false} scroll={{y: 400}}/>
</> </>
) )

View File

@ -183,7 +183,7 @@ function TransferProposals() {
]; ];
return (<> return (<>
<h3>Pending transfers</h3> <h3>Pending transfers to Ethereum</h3>
<Table dataSource={lockups} columns={columns}/> <Table dataSource={lockups} columns={columns}/>
</> </>
) )