diff --git a/view.react/src/components/topbar/TopBar.jsx b/view.react/src/components/topbar/TopBar.jsx
index 878e0ac7..c819da12 100644
--- a/view.react/src/components/topbar/TopBar.jsx
+++ b/view.react/src/components/topbar/TopBar.jsx
@@ -1,12 +1,12 @@
+import LogoutIcon from '@mui/icons-material/Logout';
import classNames from "classnames";
import PropTypes from 'prop-types';
import {useEffect, useState} from "react";
-import {Container, Navbar} from 'react-bootstrap';
-import {GearFill as GearIcon, List as ListIcon, Power as PowerIcon} from "react-bootstrap-icons";
+import {Col,Container, Navbar, Row} from 'react-bootstrap';
+import {GearFill as GearIcon, List as ListIcon} from "react-bootstrap-icons";
import {getFullUserName, getUserTeams} from "../../api/services/session.service";
import logoImg from '../../assets/logo.svg';
-import UrlopiaLogo from '../../assets/logo-urlopia.png';
import {fetchWorkingHoursPreferences} from "../../contexts/user-preferences-context/actions/fetchWorkingHoursPreferences";
import {useUserPreferences} from "../../contexts/user-preferences-context/userPreferencesContext";
import { isNoAuthMode, logout } from "../../helpers/authentication/LogoutHelper";
@@ -45,31 +45,35 @@ export const TopBar = ({onHamburgerClick}) => {
/>
-
-
-
-
-
-
-
-