From ed5f49d031d7a23032ab5ad36fe02ff0825790f2 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Thu, 10 Aug 2023 18:00:58 +0530 Subject: [PATCH] change(ui): removed logo tooltip --- frontend/app/layout/Logo.tsx | 10 ++++------ frontend/app/layout/TopRight.tsx | 9 --------- 2 files changed, 4 insertions(+), 15 deletions(-) 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'}>