mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
update drive icon
This commit is contained in:
parent
38d67af638
commit
a048afd3f1
@ -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/');
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user