mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Fix incorrect album artist sidebar icon
This commit is contained in:
@@ -38,6 +38,9 @@ export const SidebarIcon = ({ active, route, size }: SidebarIconProps) => {
|
|||||||
case AppRoute.LIBRARY_ALBUMS:
|
case AppRoute.LIBRARY_ALBUMS:
|
||||||
if (active) return <RiAlbumFill size={size} />;
|
if (active) return <RiAlbumFill size={size} />;
|
||||||
return <RiAlbumLine size={size} />;
|
return <RiAlbumLine size={size} />;
|
||||||
|
case AppRoute.LIBRARY_ALBUM_ARTISTS:
|
||||||
|
if (active) return <RiUserVoiceFill size={size} />;
|
||||||
|
return <RiUserVoiceLine size={size} />;
|
||||||
case AppRoute.LIBRARY_ARTISTS:
|
case AppRoute.LIBRARY_ARTISTS:
|
||||||
if (active) return <RiUserVoiceFill size={size} />;
|
if (active) return <RiUserVoiceFill size={size} />;
|
||||||
return <RiUserVoiceLine size={size} />;
|
return <RiUserVoiceLine size={size} />;
|
||||||
|
|||||||
Reference in New Issue
Block a user