mirror of
https://github.com/apache/superset.git
synced 2026-04-27 03:55:47 +00:00
chore: Add home link to navbar (#11851)
* Add Home link to Navbar * Change test text for rendering elements in the main navbar * Display Home link only when Logo Target Path is set
This commit is contained in:
@@ -163,7 +163,7 @@ export function Menu({
|
||||
</Navbar.Brand>
|
||||
<Navbar.Toggle />
|
||||
</Navbar.Header>
|
||||
<Nav>
|
||||
<Nav data-test="navbar-top">
|
||||
{menu.map((item, index) => (
|
||||
<MenuObject {...item} key={item.label} index={index + 1} />
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user