1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

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({ 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'),