Skip to content

Commit

Permalink
Use generic div instead of nav foor SidebarNavigationScreen (WordPres…
Browse files Browse the repository at this point in the history
  • Loading branch information
jeryj committed Jun 6, 2023
1 parent e8e2ae3 commit 3c45f35
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,14 @@ export default function SidebarNavigationScreen( {
</>
) }

<nav className="edit-site-sidebar-navigation-screen__content">
<div className="edit-site-sidebar-navigation-screen__content">
{ description && (
<p className="edit-site-sidebar-navigation-screen__description">
{ description }
</p>
) }
{ content }
</nav>
</div>
</VStack>
{ footer && (
<footer className="edit-site-sidebar-navigation-screen__footer">
Expand Down

0 comments on commit 3c45f35

Please sign in to comment.