Skip to content

Commit

Permalink
backport fix in Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv committed Jun 19, 2018
1 parent ad76089 commit aaf9e23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CustomSearchBox.js
Expand Up @@ -96,7 +96,7 @@ class SearchBox extends React.Component {
{...cx('submit')}
>
<svg role="img">
<use href="#sbx-icon-search-13" />
<use xlinkHref="#sbx-icon-search-13" />
</svg>
</button>
<button
Expand All @@ -106,7 +106,7 @@ class SearchBox extends React.Component {
onClick={this.onReset}
>
<svg role="img">
<use href="#sbx-icon-clear-3" />
<use xlinkHref="#sbx-icon-clear-3" />
</svg>
</button>
</div>
Expand Down

0 comments on commit aaf9e23

Please sign in to comment.