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