diff options
author | Alexandre Flament <alex@al-f.net> | 2022-07-02 01:38:03 +0200 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2022-07-02 10:04:35 +0200 |
commit | e3e5d2bd2210f005a14a1c4dd394121c86d108b0 (patch) | |
tree | 1e38853679e6e67ed2f9fb5c45c4bf6c35dd4f8d /searx/static/themes/simple/gruntfile.js | |
parent | 5672f5ad2a535b25b38cc73ad4d00e71c0d443c9 (diff) | |
download | searxng-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.js | 2 |
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', }, |