use better icon for manage library button

This commit is contained in:
dkanada 2021-03-08 11:57:43 +09:00 committed by GitHub
parent d367c9f21b
commit a281e4fb88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,7 @@ import cardBuilder from '../../components/cardbuilder/cardBuilder';
menuItems.push({ menuItems.push({
name: globalize.translate('ManageLibrary'), name: globalize.translate('ManageLibrary'),
id: 'edit', id: 'edit',
icon: 'folder_open' icon: 'folder'
}); });
menuItems.push({ menuItems.push({
name: globalize.translate('ButtonRemove'), name: globalize.translate('ButtonRemove'),