diff --git a/frontend/app/layout/Logo.tsx b/frontend/app/layout/Logo.tsx index 9b5631b2c..f38e93e74 100644 --- a/frontend/app/layout/Logo.tsx +++ b/frontend/app/layout/Logo.tsx @@ -3,7 +3,7 @@ import { sessions, withSiteId } from 'App/routes'; import AnimatedSVG from 'Shared/AnimatedSVG'; import { ICONS } from 'Shared/AnimatedSVG/AnimatedSVG'; import { NavLink } from 'react-router-dom'; -import { Button, Tooltip } from 'antd'; +import { Button } from 'antd'; const SESSIONS_PATH = sessions(); @@ -14,11 +14,9 @@ interface Props { function Logo(props: Props) { return ( - - - + ); } diff --git a/frontend/app/layout/TopRight.tsx b/frontend/app/layout/TopRight.tsx index acfc45cb7..ae63adaae 100644 --- a/frontend/app/layout/TopRight.tsx +++ b/frontend/app/layout/TopRight.tsx @@ -44,15 +44,6 @@ function TopRight(props: Props) { - - {/**/} - - }> - - {/**/} - - - } placement={'topRight'}>