Skip to content

Commit

Permalink
fix icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Feb 5, 2024
1 parent aacb04a commit 839d198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/site-icon/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ function SiteIcon( { className } ) {
) : (
<Icon
className="edit-site-site-icon__icon"
size="48px"
icon={ wordpress }
size={ 48 }
/>
);

Expand Down

0 comments on commit 839d198

Please sign in to comment.