mirror of
https://github.com/fullstack-cash/fullstack-gatsby-theme-bch-wallet.git
synced 2026-09-22 17:22:05 -07:00
Removing unneeded menu items
This commit is contained in:
@@ -38,14 +38,7 @@ class AdminLTEPage extends React.Component {
|
||||
<Item icon="fas-coins" key="Tokens" text="Tokens" />,
|
||||
<Item icon="fa-qrcode" key="qrReader" text="Qr Scanner" />,
|
||||
<Item icon="fas-cog" key="Configure" text="Configure" />,
|
||||
<Item icon="fa-tablet-alt" key="Audit" text="Audit" />,
|
||||
<Item icon="fa-link" key="Link" text="Link">
|
||||
<Item key="Send" text="Send BCH by Email" />
|
||||
<Item key="Faucet" text="Faucet (Free BCH)" />
|
||||
<Item key="Exchange" text="Exchange" />
|
||||
<Item key="Games" text="Games" />
|
||||
<Item key="trade" text="Trade Locally" />
|
||||
</Item>,
|
||||
|
||||
|
||||
]
|
||||
|
||||
@@ -239,3 +232,16 @@ AdminLTEPage.propTypes = {
|
||||
}
|
||||
|
||||
export default AdminLTEPage
|
||||
|
||||
/*
|
||||
CT 6/20/2020 storing code here for future reference
|
||||
|
||||
<Item icon="fa-tablet-alt" key="Audit" text="Audit" />,
|
||||
<Item icon="fa-link" key="Link" text="Link">
|
||||
<Item key="Send" text="Send BCH by Email" />
|
||||
<Item key="Faucet" text="Faucet (Free BCH)" />
|
||||
<Item key="Exchange" text="Exchange" />
|
||||
<Item key="Games" text="Games" />
|
||||
<Item key="trade" text="Trade Locally" />
|
||||
</Item>,
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user