Skip to content

Commit e4cd936

Browse files
authored
fix (design library): change lock icon to question mark (#3599)
1 parent 51e501e commit e4cd936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/design-library-list/design-library-list-item.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ const DesignLibraryListItem = forwardRef( ( props, ref ) => {
135135
<div>
136136
{ selectedNum !== 0 &&
137137
<Tooltip text={ __( 'Style options are locked for this design because it is selected.', i18n ) }>
138-
<Dashicon icon="lock" size={ 16 } />
138+
<Dashicon icon="editor-help" size={ 16 } />
139139
</Tooltip>
140140
}
141141
{ selectedTab === 'patterns' ? <span className="stk-block-design__selected-num">{ selectedNum === 0 ? '' : selectedNum }</span>

0 commit comments

Comments
 (0)