mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-10 08:21:37 +08:00
Merge pull request #8278 from aignatov-bio/ai-sci-11538-fix-icon-in-report-page
Fix word icon in report [SCI-11538]
This commit is contained in:
commit
ee58f473d0
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ module Toolbars
|
||||||
{
|
{
|
||||||
name: 'update_docx',
|
name: 'update_docx',
|
||||||
label: label,
|
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
|
type: :emit
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue