mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-03 19:24:48 +08:00
Fix word icon in report
This commit is contained in:
parent
caff6ee1e9
commit
881b66685d
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ module Toolbars
|
|||
{
|
||||
name: 'update_docx',
|
||||
label: label,
|
||||
icon: 'sn-icon sn-icon-file-word',
|
||||
icon: 'sn-icon sn-icon-file-word h-6 w-6 flex items-center justify-center', # Custom icon fix
|
||||
type: :emit
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue