Skip to content

Commit

Permalink
Use menu icon in home button
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed Sep 18, 2024
1 parent 4b26720 commit 1aeb685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/edit-site/src/components/editor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { store as noticesStore } from '@wordpress/notices';
import { privateApis as routerPrivateApis } from '@wordpress/router';
import { store as preferencesStore } from '@wordpress/preferences';
import { decodeEntities } from '@wordpress/html-entities';
import { Icon, homeButton } from '@wordpress/icons';
import { Icon, menu } from '@wordpress/icons';

/**
* Internal dependencies
Expand Down Expand Up @@ -292,7 +292,7 @@ export default function EditSiteEditor( { isPostsList = false } ) {
) }
variants={ toggleHomeIconVariants }
>
<Icon icon={ homeButton } />
<Icon icon={ menu } />
</motion.div>
</motion.div>
)
Expand Down

0 comments on commit 1aeb685

Please sign in to comment.