diff --git a/src/components/admin-lte/admin-lte.css b/src/components/admin-lte/admin-lte.css index 880d149..fc33af2 100644 --- a/src/components/admin-lte/admin-lte.css +++ b/src/components/admin-lte/admin-lte.css @@ -12,3 +12,6 @@ text-align: center; } +#import-mnemonic{ + text-transform: lowercase; +} \ No newline at end of file diff --git a/src/components/admin-lte/index.js b/src/components/admin-lte/index.js index e3c3df9..df9a07e 100644 --- a/src/components/admin-lte/index.js +++ b/src/components/admin-lte/index.js @@ -2,7 +2,7 @@ import React from "react" import Audit from "./audit" import Configure from "./configure" import Icons from "./icons" -import Portfolio from "./portfolio" +import Settings from "./settings" import AdminLTE, { Sidebar } from "adminlte-2-react" @@ -21,7 +21,7 @@ class AdminLTEPage extends React.Component { } sidebar = [ - , + , , , , @@ -57,7 +57,7 @@ class AdminLTEPage extends React.Component { {_this.sidebar} - + diff --git a/src/components/admin-lte/portfolio/index.js b/src/components/admin-lte/portfolio/index.js deleted file mode 100644 index c9c913c..0000000 --- a/src/components/admin-lte/portfolio/index.js +++ /dev/null @@ -1,97 +0,0 @@ -import React from "react" - -import { Content, Row, Col, Box, Button } from "adminlte-2-react" -import { FontAwesomeIcon } from "@fortawesome/react-fontawesome" - -class Portfolio extends React.Component { - state = {} - - render() { - return ( - - - - - - - -

- - New Wallet -

- - -