Skip to content

Commit

Permalink
Fixed DOM nesting validation error by replacing p with div
Browse files Browse the repository at this point in the history
  • Loading branch information
Infinite-Null committed Feb 20, 2025
1 parent f04a461 commit 59195ac
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ export default function SidebarNavigationScreen( {
</HStack>
<div className="edit-site-sidebar-navigation-screen__content">
{ description && (
<p className="edit-site-sidebar-navigation-screen__description">
<div className="edit-site-sidebar-navigation-screen__description">
{ description }
</p>
</div>
) }
{ content }
</div>
Expand Down

0 comments on commit 59195ac

Please sign in to comment.