From 26a3c7526671247d02d1ff174de681b22f1e0be7 Mon Sep 17 00:00:00 2001 From: Evorp <3vorpgaming@gmail.com> Date: Thu, 25 Jan 2024 16:50:24 -0800 Subject: [PATCH] make gallery icon more gallery looking --- webapp.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webapp.js b/webapp.js index a9c2cf3..a6aaa7e 100644 --- a/webapp.js +++ b/webapp.js @@ -30,7 +30,7 @@ window.colorToHex = function (color) { return "currentcolor"; } }; -window.updatePageStyles = function (cmp) { +window.updatePageStyles = (cmp) => { if (!cmp.$el) return; if (!cmp.$el.id) cmp.$el.id = cmp.name; @@ -62,7 +62,7 @@ window.updatePageStyles = function (cmp) { Object.defineProperty(Object.prototype, "isObject", { /** - * @param {*} item to be tested + * @param {any} item to be tested * @returns {Boolean} true if the item is an JS Object */ value: (item) => { @@ -155,7 +155,7 @@ const ALL_TABS = [ }, { enabled: true, - icon: "mdi-texture", + icon: "mdi-image-multiple", label: "gallery", unlogged: true, routes: [