From bcb5d8feb670b524336514d30d0ff21160d508d3 Mon Sep 17 00:00:00 2001 From: James Koster Date: Wed, 29 May 2024 14:45:31 +0100 Subject: [PATCH] Inspector: Add '/' prefix to Link button (#62073) Co-authored-by: jameskoster Co-authored-by: ntsekouras Co-authored-by: richtabor Co-authored-by: jasmussen Co-authored-by: t-hamano --- packages/editor/src/components/post-url/panel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor/src/components/post-url/panel.js b/packages/editor/src/components/post-url/panel.js index fbf174cc28bf36..57294a983a375b 100644 --- a/packages/editor/src/components/post-url/panel.js +++ b/packages/editor/src/components/post-url/panel.js @@ -73,7 +73,7 @@ function PostURLToggle( { isOpen, onClick } ) { aria-label={ sprintf( __( 'Change link: %s' ), decodedSlug ) } onClick={ onClick } > - { decodedSlug } + /{ decodedSlug } ); }