From 7b11a045e7a51c0d8a8111110b1c475e8dc2ddb0 Mon Sep 17 00:00:00 2001 From: nicocappabianca Date: Wed, 23 Sep 2020 19:46:40 -0300 Subject: [PATCH 1/2] rearrange configuration view --- src/components/admin-lte/configure/index.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/admin-lte/configure/index.js b/src/components/admin-lte/configure/index.js index 61a2515..37060a2 100644 --- a/src/components/admin-lte/configure/index.js +++ b/src/components/admin-lte/configure/index.js @@ -34,19 +34,19 @@ class Configure extends React.Component { {/* // Default View */} {_this.state.menuItem === 'Configure' && ( <> - - + + - + )} From 23a0eb8088c8340451036a3902252746bf363657 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Fri, 25 Sep 2020 06:26:03 -0700 Subject: [PATCH 2/2] fix(config): Rearanged the config view --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 65e5a28..512bee8 100644 --- a/README.md +++ b/README.md @@ -22,4 +22,5 @@ Standard workflow for setting up a development environment for working on this r - `npm start` ## License + [MIT](./LICENSE.md)