From d7f2f0daa2faf3ab28aaba4e76f29c89cefb193d Mon Sep 17 00:00:00 2001 From: "k.kamalakannan" Date: Wed, 26 Apr 2023 20:16:35 +0530 Subject: [PATCH] TP-24975: left nav logo updated --- src/components/LeftNav/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/LeftNav/index.tsx b/src/components/LeftNav/index.tsx index 598b1c6..be5bdf8 100644 --- a/src/components/LeftNav/index.tsx +++ b/src/components/LeftNav/index.tsx @@ -5,6 +5,7 @@ import { useNavigate } from 'react-router-dom'; import { Navbar } from '@navi/web-ui/lib/components'; import DashboardIcon from '@navi/web-ui/lib/icons/DashboardIcon/DashboardIcon'; import ThreeDotVerticalIcon from '@navi/web-ui/lib/icons/ThreeDotVerticalIcon'; +import NaviNewLogoIcon from '@navi/web-ui/lib/icons/NaviLogoIcon/NaviNewLogoIcon'; import { NavItemType } from '@navi/web-ui/lib/components/Navbar/types'; import { Typography } from '@navi/web-ui/lib/primitives'; import { toast } from '@navi/web-ui/lib/primitives/Toast'; @@ -103,7 +104,7 @@ const LeftNav: React.FC = ({ children }) => { const headerContent: JSX.Element = (
- + {isExpanded && ( Houston UI