Merge pull request #2491 from jellyfin/dkanada-patch-2

use better icon for manage library button
This commit is contained in:
Bill Thornton 2021-03-19 13:44:22 -04:00 committed by GitHub
commit f21fc934ca
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({
name: globalize.translate('ManageLibrary'),
id: 'edit',
icon: 'folder_open'
icon: 'folder'
});
menuItems.push({
name: globalize.translate('ButtonRemove'),