diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/invidious/views/components/search_box.ecr | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/invidious/views/components/search_box.ecr b/src/invidious/views/components/search_box.ecr index b679b031..29da2c52 100644 --- a/src/invidious/views/components/search_box.ecr +++ b/src/invidious/views/components/search_box.ecr @@ -7,8 +7,6 @@ value="<%= env.get?("search").try {|x| HTML.escape(x.as(String)) } %>"> </fieldset> <button type="submit" id="searchbutton" aria-label="<%= translate(locale, "search") %>"> - <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6" aria-hidden="true"> - <path stroke-linecap="round" stroke-linejoin="round" d="m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z" /> - </svg> + <i class="icon ion-ios-search"></i> </button> </form> |
