docs: hide sidebar button on pages with no sidebar (#4158)
This commit is contained in:
@@ -84,7 +84,7 @@ export default function NavbarContent(): JSX.Element {
|
||||
<>
|
||||
{!mobileSidebar.disabled && <NavbarMobileSidebarToggle />}
|
||||
<NavbarLogo />
|
||||
{hideable && (
|
||||
{hideable && sidebarContext?.hasSidebar && (
|
||||
<NavbarActions
|
||||
items={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user