mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
update icon name
This commit is contained in:
parent
4b9d5a2e1f
commit
85f742d9ec
@ -211,7 +211,7 @@ const factory = () => {
|
||||
kanban: 'kanban',
|
||||
doc: 'doc',
|
||||
presentation: 'presentation',
|
||||
sheet: 'file',
|
||||
sheet: 'sheet',
|
||||
drive: 'drive',
|
||||
teams: 'teams',
|
||||
admin: 'administration',
|
||||
|
||||
@ -62,6 +62,8 @@ define([
|
||||
"kanban-add-bottom": "between-horizontal-start",
|
||||
// Doc
|
||||
"doc": "file",
|
||||
// Sheet
|
||||
"sheet": "file",
|
||||
// Presentation
|
||||
"presentation": "file",
|
||||
// Actions
|
||||
@ -95,7 +97,7 @@ define([
|
||||
"chevron-up": "chevron-up",
|
||||
"copy": "files",
|
||||
"close": "x",
|
||||
"users": "users-round", // XXX change name, multiple usages
|
||||
"users": "users-round",
|
||||
"square": "square",
|
||||
"timer": "hourglass",
|
||||
"map-pin": "map-pin",
|
||||
@ -107,7 +109,7 @@ define([
|
||||
"minus": "minus",
|
||||
"alert": "triangle-alert",
|
||||
"sort-amount-desc": "arrow-down-wide-narrow",
|
||||
"sheet": "sheet", // change name
|
||||
"export-sheet": "sheet",
|
||||
"announcement": "megaphone",
|
||||
"reply": "message-square-reply",
|
||||
"comment": "message-square",
|
||||
|
||||
@ -2898,7 +2898,7 @@ define([
|
||||
|
||||
// Export in "sheet"
|
||||
var export2Button = h('button.btn.btn-primary', [
|
||||
Icons.get('sheet'),
|
||||
Icons.get('export-sheet'),
|
||||
Messages.form_exportSheet
|
||||
]);
|
||||
$(export2Button).appendTo($controls);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user