Skip to content

Commit

Permalink
Inspector: Add '/' prefix to Link button
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed May 28, 2024
1 parent fe40df6 commit a50fcf4
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 a50fcf4

Please sign in to comment.