Skip to content

Commit

Permalink
Site Logo: Use the correct home URL setting (#45476)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka authored Nov 2, 2022
1 parent da2acc8 commit 75701ce
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 @@ -394,7 +394,7 @@ export default function LogoEdit( {
return {
siteLogoId: _siteLogoId,
canUserEdit: _canUserEdit,
url: siteData?.url,
url: siteData?.home,
mediaItemData: mediaItem,
isRequestingMediaItem: _isRequestingMediaItem,
siteIconId: _siteIconId,
Expand Down

0 comments on commit 75701ce

Please sign in to comment.