diff --git a/portal-ui/src/screens/Console/Menu/Menu.tsx b/portal-ui/src/screens/Console/Menu/Menu.tsx
index 7545618f4..01b220917 100644
--- a/portal-ui/src/screens/Console/Menu/Menu.tsx
+++ b/portal-ui/src/screens/Console/Menu/Menu.tsx
@@ -40,6 +40,7 @@ import {
IAMPoliciesIcon,
TraceIcon,
UsersIcon,
+ VersionIcon,
} from "../../../icons";
import { ErrorResponseHandler } from "../../../common/types";
import { clearSession } from "../../../common/utils";
@@ -85,7 +86,7 @@ const styles = (theme: Theme) =>
},
logoClosed: {
paddingTop: 25,
- marginBottom: 30,
+ marginBottom: 0,
paddingLeft: 34,
transition: theme.transitions.create("paddingLeft", {
easing: theme.transitions.easing.sharp,
@@ -263,6 +264,10 @@ const styles = (theme: Theme) =>
width: 120,
},
},
+ logoIconClosed: {
+ color: "white",
+ marginLeft: 11,
+ },
});
interface IMenuProps {
@@ -525,7 +530,11 @@ const Menu = ({
{operatorMode ?