summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/gruntfile.js
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2022-07-02 01:38:03 +0200
committerAlexandre Flament <alex@al-f.net>2022-07-02 10:04:35 +0200
commite3e5d2bd2210f005a14a1c4dd394121c86d108b0 (patch)
tree1e38853679e6e67ed2f9fb5c45c4bf6c35dd4f8d /searx/static/themes/simple/gruntfile.js
parent5672f5ad2a535b25b38cc73ad4d00e71c0d443c9 (diff)
downloadsearxng-e3e5d2bd2210f005a14a1c4dd394121c86d108b0.tar.gz
searxng-e3e5d2bd2210f005a14a1c4dd394121c86d108b0.zip
Theme: all top right icons have labels including "Preferences"
Diffstat (limited to 'searx/static/themes/simple/gruntfile.js')
-rw-r--r--searx/static/themes/simple/gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/themes/simple/gruntfile.js b/searx/static/themes/simple/gruntfile.js
index e9aadee92..630cac212 100644
--- a/searx/static/themes/simple/gruntfile.js
+++ b/searx/static/themes/simple/gruntfile.js
@@ -190,7 +190,7 @@ module.exports = function (grunt) {
'file-tray-full-outline': 'node_modules/ionicons/dist/svg/file-tray-full-outline.svg',
'people-outline': 'node_modules/ionicons/dist/svg/people-outline.svg',
'heart-outline': 'node_modules/ionicons/dist/svg/heart-outline.svg',
- 'help-circle-outline': 'src/svg/help-circle-outline.svg',
+ 'information-circle-outline': 'src/svg/information-circle-outline.svg',
},
dest: '../../../templates/simple/icons.html',
},