mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-12 17:23:15 +00:00
Use the same icons for Hallo as for the rest of Wagtail
This commit is contained in:
parent
669c1af4a0
commit
0665e98c18
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
uuid: this.options.uuid,
|
||||
editable: this.options.editable,
|
||||
label: 'Documents',
|
||||
icon: 'icon-file-text-alt',
|
||||
icon: 'icon-doc-full',
|
||||
command: null
|
||||
});
|
||||
toolbar.append(button);
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
uuid: this.options.uuid,
|
||||
editable: this.options.editable,
|
||||
label: 'Images',
|
||||
icon: 'icon-picture',
|
||||
icon: 'icon-image',
|
||||
command: null
|
||||
});
|
||||
toolbar.append(button);
|
||||
|
|
|
|||
Loading…
Reference in a new issue