Skip to content

Commit fdfcbbd

Browse files
committed
Fix search icon
1 parent a1eda58 commit fdfcbbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/FilterTools.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const FILTER_CHECK = 'jp-codeSnippet-filter-check';
2424
const FILTER_TITLE = 'jp-codeSnippet-filter-title';
2525
const FILTER_TOOLS = 'jp-codeSnippet-filterTools';
2626
const FILTER_SEARCHBAR = 'jp-codeSnippet-searchbar';
27-
const FILTER_SEARCHWRAPPER = 'jp-codesnippet-searchwrapper';
27+
const FILTER_SEARCHWRAPPER = 'jp-codeSnippet-searchwrapper';
2828
const FILTER_CLASS = 'jp-codeSnippet-filter';
2929
const FILTER_BUTTON = 'jp-codeSnippet-filter-btn';
3030

@@ -181,7 +181,7 @@ export class FilterTools extends React.Component<
181181
type="text"
182182
placeholder="SEARCH SNIPPETS"
183183
onChange={this.handleSearch}
184-
rightIcon="search"
184+
rightIcon="ui-components:search"
185185
value={this.state.searchValue}
186186
/>
187187
</div>

0 commit comments

Comments
 (0)