Skip to content

Commit

Permalink
Site Logo: Update capitalization of Use as Site Icon toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewserong committed Feb 26, 2024
1 parent 705d77c commit af336e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/site-logo/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ const SiteLogo = ( {
<>
<ToggleControl
__nextHasNoMarginBottom
label={ __( 'Use as site icon' ) }
label={ __( 'Use as Site Icon' ) }
onChange={ ( value ) => {
setAttributes( { shouldSyncIcon: value } );
setIcon( value ? logoId : undefined );
Expand Down

0 comments on commit af336e7

Please sign in to comment.