Browse Source

[mod] simple theme: move magnet.svg to src/fonts

see https://github.com/searx/searx/pull/1109
Alexandre Flament 3 years ago
parent
commit
6288b549e2

+ 1 - 1
searx/static/themes/simple/gruntfile.js

@@ -107,7 +107,7 @@ module.exports = function(grunt) {
           'node_modules/ionicons-npm/src/music-note.svg',
           'node_modules/ionicons-npm/src/ion-close-round.svg',
           'node_modules/ionicons-npm/src/android-more-vertical.svg',
-          'magnet.svg',
+          'src/fonts/magnet.svg',
           'node_modules/ionicons-npm/src/android-close.svg',	  
         ],
         dest: 'fonts',

+ 0 - 0
searx/static/themes/simple/magnet.svg → searx/static/themes/simple/src/fonts/magnet.svg