Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #9291 from newm-newm/master
Browse files Browse the repository at this point in the history
Fixed Ecosia Favicon
  • Loading branch information
bsclifton authored Jun 11, 2017
2 parents d66351b + 13e6adf commit cafc9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/data/searchProviders.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ module.exports = { "providers" :
{
"name" : "Ecosia",
"base" : "https://www.ecosia.org/",
"image" : "https://www.ecosia.org/favicon.ico",
"image" : "https://cdn.ecosia.org/assets/images/ico/favicon.ico",
"search" : "https://www.ecosia.org/search?q={searchTerms}",
"autocomplete": "https://ac.ecosia.org/autocomplete?q={searchTerms}&type=list",
"shortcut" : ":e"
Expand Down

0 comments on commit cafc9cb

Please sign in to comment.