Skip to content

Commit

Permalink
Switch search icon to be served locally
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiejaeger committed Jul 16, 2019
1 parent 1d492c0 commit 7e8a6f9
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<li class="search-bar">
<input type="search" placeholder="Search lessons...">
<button class="clear-search hide">
<img src="https://image.flaticon.com/icons/svg/60/60578.svg">
<img src="/assets/icons/x-icon.svg">
</button>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion _includes/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<h2>Lesson Search Results</h2>
<h3>Showing top 10 results</h3>
<ul class="search-results"></ul>
<img class="clear-search" src="https://image.flaticon.com/icons/svg/60/60578.svg">
<img class="clear-search" src="/assets/icons/x-icon.svg">
</section>

<script src="https://cdn.jsdelivr.net/algoliasearch/3/algoliasearch.min.js"></script>
Expand Down
42 changes: 42 additions & 0 deletions assets/icons/x-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7e8a6f9

Please sign in to comment.