Skip to content

Commit

Permalink
Fixing two panels with same name
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-c-woodard committed Nov 19, 2024
1 parent 9ec8ab6 commit c3ed5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blocks/navigation/edit-inner.js
Original file line number Diff line number Diff line change
Expand Up @@ -2126,7 +2126,7 @@ export function EditInner(props) {
<KadencePanelBody
title={__('Typography Settings', 'kadence-blocks')}
initialOpen={false}
panelName={'kb-nav-desc-font'}
panelName={'kb-nav-sub-desc-font'}
>
<TypographyControls
fontSize={dropdownDescriptionTypography?.[0]?.size}
Expand Down

0 comments on commit c3ed5f8

Please sign in to comment.