mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
update import calendar icon
This commit is contained in:
parent
948706a2d2
commit
fce7cff2f6
@ -552,10 +552,7 @@ define([
|
||||
if (APP.loggedIn && (data.teams.indexOf(1) === -1 || teamId === 0)) {
|
||||
options.push({
|
||||
tag: 'a',
|
||||
attributes: {
|
||||
'class': 'fa fa-clone',
|
||||
},
|
||||
content: h('span', Messages.calendar_import),
|
||||
content: h('span', [ Icons.get('copy'), Messages.calendar_import]),
|
||||
action: function (e) {
|
||||
e.stopPropagation();
|
||||
importCalendar({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user