feat: use brave search for the logos if google fails (#169)
This commit is contained in:
@@ -213,6 +213,9 @@ function displayImageResults(imageSources) {
|
||||
img.onclick = function() {
|
||||
selectWebLogo(src);
|
||||
};
|
||||
img.onerror = function() {
|
||||
this.parentNode.removeChild(this);
|
||||
};
|
||||
logoResults.appendChild(img);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user