Skip to content

Commit

Permalink
Site Hub: Remove the aria label from the edit button (#47343)
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinan authored Feb 1, 2023
1 parent ccdad99 commit 6d87e01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/edit-site/src/components/site-hub/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ const SiteHub = forwardRef(
{ showEditButton && (
<Button
className="edit-site-site-hub__edit-button"
label={ __( 'Open the editor' ) }
onClick={ () => {
__unstableSetCanvasMode( 'edit' );
} }
Expand Down

1 comment on commit 6d87e01

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 6d87e01.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/4062765847
📝 Reported issues:

Please sign in to comment.