Use the same icons for Hallo as for the rest of Wagtail

This commit is contained in:
Thibaud Colas 2019-06-06 17:00:01 +01:00
parent 669c1af4a0
commit 0665e98c18
2 changed files with 2 additions and 2 deletions

View file

@ -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);

View file

@ -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);