Indicates that trades are recent

This commit is contained in:
Nishad 2020-08-30 03:09:04 +08:00 committed by Gary Wang
parent 24b68ab062
commit 152c660699
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ export default function PublicTrades({ smallScreen }) {
: { marginTop: '10px', height: 'calc(100% - 520px)' }
}
>
<Title>Market trades</Title>
<Title>Recent Market trades</Title>
<SizeTitle>
<Col span={12} style={{ textAlign: 'left' }}>
Size ({baseCurrency})

View File

@ -15,7 +15,7 @@ export default function Index() {
<TabPane tab="Open Orders" key="orders">
<OpenOrdersTab />
</TabPane>
<TabPane tab="Trade History" key="fills">
<TabPane tab="Recent Trade History" key="fills">
<FillsTable />
</TabPane>
<TabPane tab="Balances" key="balances">