From 79b64d3e94841ac0309edb05a3e309101fdd9e30 Mon Sep 17 00:00:00 2001 From: burnettk Date: Tue, 9 May 2023 22:55:56 -0400 Subject: [PATCH] round corners and add border, and close by default --- .../src/components/NavigationBar.tsx | 36 ++----------------- spiffworkflow-frontend/src/index.css | 2 ++ 2 files changed, 4 insertions(+), 34 deletions(-) diff --git a/spiffworkflow-frontend/src/components/NavigationBar.tsx b/spiffworkflow-frontend/src/components/NavigationBar.tsx index a0984d284..3789cfff5 100644 --- a/spiffworkflow-frontend/src/components/NavigationBar.tsx +++ b/spiffworkflow-frontend/src/components/NavigationBar.tsx @@ -86,43 +86,11 @@ export default function NavigationBar() { return activeKey === menuItemPath; }; - const [openTwo, setOpenTwo] = useState(false); - - const popover = ( -
- - - -

{UserService.getPreferredUsername()}

-

{UserService.getUserEmail()}

-
- -
-
-
- ); + const [openProfileMenu, setOpenProfileMenu] = useState(false); const toggletip = (
- +