Skip to content

Commit

Permalink
Inspector: Add '/' prefix to Link button (WordPress#62073)
Browse files Browse the repository at this point in the history
Co-authored-by: jameskoster <[email protected]>
Co-authored-by: ntsekouras <[email protected]>
Co-authored-by: richtabor <[email protected]>
Co-authored-by: jasmussen <[email protected]>
Co-authored-by: t-hamano <[email protected]>
  • Loading branch information
6 people authored and patil-vipul committed Jun 17, 2024
1 parent 6f42fab commit bcb5d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/components/post-url/panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function PostURLToggle( { isOpen, onClick } ) {
aria-label={ sprintf( __( 'Change link: %s' ), decodedSlug ) }
onClick={ onClick }
>
{ decodedSlug }
/{ decodedSlug }
</Button>
);
}

0 comments on commit bcb5d8f

Please sign in to comment.