diff --git a/src/components/admin-lte/configure/index.js b/src/components/admin-lte/configure/index.js index 38cbbbd..2f1ffa8 100644 --- a/src/components/admin-lte/configure/index.js +++ b/src/components/admin-lte/configure/index.js @@ -36,6 +36,11 @@ class Audit extends React.Component { Backup your wallet first. Updating the configuration will restart the app.
++ This is just a placeholder. This View will allow the user + to pick alternate back-end servers. The default will + be FullStack.cash +
diff --git a/src/components/admin-lte/index.js b/src/components/admin-lte/index.js index b895045..100eb13 100644 --- a/src/components/admin-lte/index.js +++ b/src/components/admin-lte/index.js @@ -2,7 +2,7 @@ import React from "react" import PropTypes from "prop-types" import Audit from "./audit" import Configure from "./configure" -import Icons from "./icons" +import Tokens from "./icons" import Wallet from "./wallet" import AdminLTE, { Sidebar } from "adminlte-2-react" @@ -35,7 +35,8 @@ class AdminLTEPage extends React.Component { sidebar = [