summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2021-12-19 07:28:18 +0100
committerGitHub <noreply@github.com>2021-12-19 07:28:18 +0100
commit24f4ec530d77d3b4ed27a48839238460efe08b32 (patch)
treec4561e26278efbacad24aac0451000e236813ed0 /searx/static/themes/simple
parent2713ac6c0b5aeca29ca1ade6df1b962e9396fdd0 (diff)
parentc6b76aa429b80431aebc26d50677b3c099c1df9d (diff)
Merge pull request #617 from mrpaulblack/fix-error-svg
[fix] theme: build `img_load_error.svg` as SVG instead of PNG
Diffstat (limited to 'searx/static/themes/simple')
-rw-r--r--searx/static/themes/simple/gruntfile.js4
-rw-r--r--searx/static/themes/simple/img/img_load_error.svgbin5030 -> 1170 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/searx/static/themes/simple/gruntfile.js b/searx/static/themes/simple/gruntfile.js
index 46ab657e0..446c52335 100644
--- a/searx/static/themes/simple/gruntfile.js
+++ b/searx/static/themes/simple/gruntfile.js
@@ -129,7 +129,8 @@ module.exports = function (grunt) {
},
files: {
'<%= _templates %>/__common__/searxng-wordmark.min.svg': '<%= _brand %>/searxng-wordmark.svg',
- 'img/searxng.svg': '<%= _brand %>/searxng.svg'
+ 'img/searxng.svg': '<%= _brand %>/searxng.svg',
+ 'img/img_load_error.svg': '<%= _brand %>/img_load_error.svg'
}
},
favicon: {
@@ -146,7 +147,6 @@ module.exports = function (grunt) {
files: {
'img/favicon.png': '<%= _brand %>/searxng-wordmark.svg',
'img/searxng.png': '<%= _brand %>/searxng.svg',
- 'img/img_load_error.svg': '<%= _brand %>/img_load_error.svg'
}
}
},
diff --git a/searx/static/themes/simple/img/img_load_error.svg b/searx/static/themes/simple/img/img_load_error.svg
index 8b7415f4d..92fdbf03c 100644
--- a/searx/static/themes/simple/img/img_load_error.svg
+++ b/searx/static/themes/simple/img/img_load_error.svg
Binary files differ