mirror of
https://github.com/fullstack-cash/wallet.fullstack.cash.git
synced 2026-09-21 16:52:05 -07:00
Trying to eleminate plugins to fix menu
This commit is contained in:
@@ -15,8 +15,8 @@ import Configure from 'fullstack-gatsby-theme-bch-wallet/src/components/admin-lt
|
||||
import SendReceive from 'fullstack-gatsby-theme-bch-wallet/src/components/admin-lte/send-receive'
|
||||
|
||||
import About from '../../about'
|
||||
import Sweep from 'gatsby-plugin-bch-sweep/src/components/sweep/index'
|
||||
import CreateToken from 'gatsby-plugin-bch-create-token/src/components/create-token'
|
||||
// import Sweep from 'fullstack-gatsby-plugin-bch-sweep/src/components/sweep/index'
|
||||
// import CreateToken from 'gatsby-plugin-bch-create-token/src/components/create-token'
|
||||
|
||||
const { Item } = Sidebar
|
||||
|
||||
@@ -38,24 +38,24 @@ const MenuComponents = props => {
|
||||
/>
|
||||
)
|
||||
},
|
||||
{
|
||||
key: 'Sweep',
|
||||
component: <Sweep key='Sweep' {...props} />,
|
||||
menuItem: <Item icon='fas-arrow-circle-up' key='Sweep' text='Sweep' />
|
||||
},
|
||||
// {
|
||||
// key: 'Sweep',
|
||||
// component: <Sweep key='Sweep' {...props} />,
|
||||
// menuItem: <Item icon='fas-arrow-circle-up' key='Sweep' text='Sweep' />
|
||||
// },
|
||||
{
|
||||
key: 'Wallet',
|
||||
component: <Wallet key='Wallet' interface='rest-api' {...props} />,
|
||||
// component: <Wallet key="Wallet" interface="consumer-api" {...props} />,
|
||||
menuItem: <Item icon='fa-wallet' key='Wallet' text='Wallet' />
|
||||
},
|
||||
{
|
||||
key: 'Create Token',
|
||||
component: <CreateToken key='Create Token' {...props} />,
|
||||
menuItem: (
|
||||
<Item icon='fas-plus-square' key='Create Token' text='Create Token' />
|
||||
)
|
||||
},
|
||||
// {
|
||||
// key: 'Create Token',
|
||||
// component: <CreateToken key='Create Token' {...props} />,
|
||||
// menuItem: (
|
||||
// <Item icon='fas-plus-square' key='Create Token' text='Create Token' />
|
||||
// )
|
||||
// },
|
||||
{
|
||||
key: 'Configure',
|
||||
component: <Configure key='Configure' {...props} />,
|
||||
|
||||
Reference in New Issue
Block a user