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 authored and sethrubenstein committed Jul 13, 2023
1 parent 336ce7e commit edaa21c
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 edaa21c

Please sign in to comment.