Skip to content

Commit

Permalink
Site Editor: add customized indicator to plugin templates that have b…
Browse files Browse the repository at this point in the history
…een customized (#37329)
  • Loading branch information
Aljullu committed Dec 26, 2021
1 parent cfdeb6e commit 51454d4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/edit-site/src/components/list/added-by.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,11 @@ function AddedByPlugin( { slug, isCustomized } ) {
return (
<HStack alignment="left">
<CustomizedTooltip isCustomized={ isCustomized }>
<div className="edit-site-list-added-by__icon">
<div
className={ classnames( 'edit-site-list-added-by__icon', {
'is-customized': isCustomized,
} ) }
>
<Icon icon={ pluginIcon } />
</div>
</CustomizedTooltip>
Expand Down

0 comments on commit 51454d4

Please sign in to comment.