From 92e7653ebffc8141c3d2288b9536795765b7551f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Fri, 14 Oct 2022 21:03:34 -0400 Subject: [PATCH] refactor: half size icons --- public/src/modules/helpers.common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/src/modules/helpers.common.js b/public/src/modules/helpers.common.js index 68ff6be1e6..9c7e986f06 100644 --- a/public/src/modules/helpers.common.js +++ b/public/src/modules/helpers.common.js @@ -85,7 +85,7 @@ module.exports = function (utils, Benchpress, relative_path) { return ''; } - return `${category.icon ? `` : ''}`; + return `${category.icon ? `` : ''}`; } function generateCategoryBackground(category) {