Skip to content

Commit

Permalink
add: Added css classname to the itemgroup in MainSidebarNavigationCon…
Browse files Browse the repository at this point in the history
…tent (#67825)

Co-authored-by: im3dabasia <[email protected]>
Co-authored-by: jameskoster <[email protected]>
Co-authored-by: t-hamano <[email protected]>
  • Loading branch information
4 people authored Dec 11, 2024
1 parent f2ba0fd commit 6470e09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { store as editSiteStore } from '../../store';

export function MainSidebarNavigationContent( { isBlockBasedTheme = true } ) {
return (
<ItemGroup>
<ItemGroup className="edit-site-sidebar-navigation-screen-main">
{ isBlockBasedTheme && (
<>
<SidebarNavigationItem
Expand Down

0 comments on commit 6470e09

Please sign in to comment.