Navigation: Remove the 'active' indicator from the Home icon when collapsed (#48192)

This commit is contained in:
Joao Silva 2022-04-25 17:12:58 +01:00 committed by GitHub
parent 25c07ff85e
commit ebe34ddcba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,6 @@ export const NavBarNext = React.memo(() => {
<ul className={styles.itemList}>
<NavBarItemWithoutMenu
elClassName={styles.grafanaLogoInner}
isActive={isMatchOrChildMatch(homeItem, activeItem)}
label="Home"
className={styles.grafanaLogo}
url={homeItem.url}