mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 20:24:18 -06:00
Navigation: Remove the 'active' indicator from the Home icon when collapsed (#48192)
This commit is contained in:
parent
25c07ff85e
commit
ebe34ddcba
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user