diff --git a/package.json b/package.json index cf772e6..a115751 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ ], "license": "MIT", "scripts": { - "build": "gatsby build --prefix-paths", - "build:normal": "gatsby build", + "build": "gatsby build", + "build:ipfs": "gatsby build --prefix-paths", "develop": "gatsby develop", "lint": "standard --env mocha --fix", "start": "npm run develop", diff --git a/src/components/admin-lte/index.js b/src/components/admin-lte/index.js index 6104b73..83582d2 100644 --- a/src/components/admin-lte/index.js +++ b/src/components/admin-lte/index.js @@ -41,21 +41,21 @@ class AdminLTEPage extends React.Component { _this.BchWallet = BchWallet _this.sidebar = [ - , - , - , - , - + , + , + , + , + ] } render () { return ( <> - + - -
+ +

{siteConfig.balanceText}

@@ -72,8 +72,8 @@ class AdminLTEPage extends React.Component { - -
+ +
{_this.state.section === 'Send/Receive' && ( @@ -299,7 +299,7 @@ class AdminLTEPage extends React.Component { return (
  • {/* Adding this childrens prevents console errors */} - +