Skip to content

Commit

Permalink
Fix: Use span on template list titles. (WordPress#56955)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta authored Dec 12, 2023
1 parent 0456925 commit 55ff770
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function TemplateTitle( { item } ) {
const { isCustomized } = useAddedBy( item.type, item.id );
return (
<VStack spacing={ 1 }>
<View as="h3">
<View as="span" className="edit-site-list-title__customized-info">
<Link
params={ {
postId: item.id,
Expand Down

0 comments on commit 55ff770

Please sign in to comment.