From 89e4c39afd67216420917c7783549de6b2de3503 Mon Sep 17 00:00:00 2001 From: saragonason Date: Fri, 25 Mar 2022 13:41:31 +0100 Subject: [PATCH] better layout --- inventory-frontend/src/components/Wrapper.js | 40 +++++++++++++------- 1 file changed, 26 insertions(+), 14 deletions(-) diff --git a/inventory-frontend/src/components/Wrapper.js b/inventory-frontend/src/components/Wrapper.js index c64b6d0..c63ac64 100644 --- a/inventory-frontend/src/components/Wrapper.js +++ b/inventory-frontend/src/components/Wrapper.js @@ -1,18 +1,23 @@ export const Wrapper = props => { return <> -
- Company name -
-
- Sign out -
-
-
-
+
+
  • @@ -22,12 +27,19 @@ export const Wrapper = props => {
- -
- {props.children} -
+
+
+ {props.children} + +
+
+ +
+ + + -} \ No newline at end of file +}