diff --git a/frontend/ui/src/components/TopBar/index.tsx b/frontend/ui/src/components/TopBar/index.tsx index a671df9afc..67b9bf26c0 100644 --- a/frontend/ui/src/components/TopBar/index.tsx +++ b/frontend/ui/src/components/TopBar/index.tsx @@ -55,65 +55,65 @@ const TopBar = (props: TopBarProps & ConnectedProps & RouteCom
- -
- ? -
-
+
+ ? +
{isFaqDropdownOn && ( -
- - - - - Contact us - - - - - - FAQ - -
+ +
+ + + + + Contact us + + + + + + FAQ + +
+
)}
- -
-
-
{props.firstName + ' ' + props.lastName}
-
-
- - - -
+
+
+
{props.firstName + ' ' + props.lastName}
+
+
+ + +
- +
{isAccountDropdownOn && ( -
- - - - - Logout - - + )}