From 69482bda42dd2ca58a06a6468ddcbaeeba7d9d49 Mon Sep 17 00:00:00 2001 From: Andre Medeiros Date: Wed, 24 Oct 2018 13:37:40 -0400 Subject: [PATCH] Refactor the right navigation --- embark-ui/src/components/TextEditorToolbar.js | 39 +++++++++---------- 1 file changed, 18 insertions(+), 21 deletions(-) diff --git a/embark-ui/src/components/TextEditorToolbar.js b/embark-ui/src/components/TextEditorToolbar.js index 4eaf43051..d33caed19 100644 --- a/embark-ui/src/components/TextEditorToolbar.js +++ b/embark-ui/src/components/TextEditorToolbar.js @@ -1,6 +1,6 @@ import React from 'react'; import PropTypes from 'prop-types'; -import {Row, Label, Col, Button} from 'reactstrap'; +import {Row, Label, Col, Button, Nav, NavLink} from 'reactstrap'; import FontAwesomeIcon from 'react-fontawesome'; import { AppSwitch } from '@coreui/react' @@ -26,26 +26,23 @@ const TextEditorToolbar = (props) => ( -
- {props.isContract && - - - | - - | - - | - - } - +
+