From 0b5187f4e65cdc4bee0b4ee54df96cbfe6621577 Mon Sep 17 00:00:00 2001 From: Aman Chaturvedi Date: Sat, 23 Dec 2023 17:38:24 +0530 Subject: [PATCH] TP-52078 | Navi logo redirect to home page (#756) --- src/components/sidebar/SideNavBar.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/sidebar/SideNavBar.tsx b/src/components/sidebar/SideNavBar.tsx index 959fbcb7..e69c4bf3 100644 --- a/src/components/sidebar/SideNavBar.tsx +++ b/src/components/sidebar/SideNavBar.tsx @@ -1,7 +1,7 @@ import React, { useState } from 'react'; import Typography from '@navi/web-ui/lib/primitives/Typography/index'; import cx from 'classnames'; -import { useLocation } from 'react-router-dom'; +import { Link, useLocation } from 'react-router-dom'; // styles import styles from './SideNavBar.module.scss'; // functions, components and utlis @@ -262,9 +262,9 @@ function SideNavBar({ isDc97User, isHRCChatUser }: ISideNavbarProps) { onMouseLeave={() => setShowLogout(false)} >
- + - + {/*