mirror of
https://github.com/fullstack-cash/explorer.fullstack.cash.git
synced 2026-09-22 01:02:05 -07:00
Merge branch 'master' into dh-parse-json
This commit is contained in:
@@ -31,6 +31,7 @@ const { Item } = Sidebar
|
||||
const MenuComponents = props => {
|
||||
return [
|
||||
{
|
||||
active: true, // Set this view as default
|
||||
key: 'Explorer',
|
||||
component: <Explorer key='Explorer' {...props} />,
|
||||
menuItem: <Item icon='fas-binoculars' key='Explorer' text='Explorer' />
|
||||
|
||||
Reference in New Issue
Block a user