From a048afd3f16f0fa0c8eea623ef68c66d56976115 Mon Sep 17 00:00:00 2001 From: daria <95225431+dariiing@users.noreply.github.com> Date: Wed, 16 Jul 2025 18:13:03 +0300 Subject: [PATCH] update drive icon --- www/common/common-ui-elements.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index 4877fbdde..252031710 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -2172,10 +2172,7 @@ define([ if (padType !== 'drive' || (!accountName && priv.newSharedFolder)) { options.push({ tag: 'a', - attributes: { - 'class': 'fa fa-hdd-o', - }, - content: h('span', Messages.type.drive), + content: h('span', [Icons.get('drive')], Messages.type.drive), action: function () { Common.openURL(origin+'/drive/'); },