Skip to content

Commit

Permalink
structure
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-c-woodard committed Mar 1, 2024
1 parent e19d506 commit 5adc62d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/blocks/navigation-link/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ export default function Edit(props) {
</PanelBody> */}
</InspectorControls>
<div {...blockProps}>
<li {...blockProps}>
{/* eslint-disable jsx-a11y/anchor-is-valid */}

{linkCSS}
Expand Down Expand Up @@ -901,8 +901,8 @@ export default function Edit(props) {
/>
)}
</a>
<div {...innerBlocksProps} />
</div>
<ul {...innerBlocksProps} />
</li>
</>
);
}

0 comments on commit 5adc62d

Please sign in to comment.