diff options
| author | Alexandre Flament <alex@al-f.net> | 2022-07-02 10:56:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-02 10:56:16 +0200 |
| commit | da416511b56b6174025656d8431951eb46b1a73b (patch) | |
| tree | 3552167df75322afed29b66a615dab831f151f4b /searx/static/themes/simple/gruntfile.js | |
| parent | 5672f5ad2a535b25b38cc73ad4d00e71c0d443c9 (diff) | |
| parent | bcded7686ecdf2179d4f2b6ddab998ee03d606a5 (diff) | |
Merge pull request #1402 from dalf/update-top-links
Update top links
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', }, |