From 6dcb68ff1b6eb3ebdd4c7fe14e051dac1347e3f4 Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 10 Mar 2020 23:00:25 +0100 Subject: readme --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gulpfile.js') diff --git a/gulpfile.js b/gulpfile.js index 4075046..eaf6afd 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -22,7 +22,7 @@ gulp.task('icons-sprite', function (cb) { .replace(/>\s+<') .trim(); - svgContent += `${svgFileContent}` + svgContent += `${svgFileContent}` }); let svg = `${svgContent}`; -- cgit v1.2.1