mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-07 07:07:54 -05:00
feat(media): add link to the item on plex (#735)
Co-authored-by: sct <sctsnipe@gmail.com>
This commit is contained in:
@@ -22,7 +22,7 @@ const Badge: React.FC<BadgeProps> = ({
|
||||
badgeStyle.push('bg-yellow-500 text-yellow-100');
|
||||
break;
|
||||
case 'success':
|
||||
badgeStyle.push('bg-green-400 text-green-100');
|
||||
badgeStyle.push('bg-green-500 text-green-100');
|
||||
break;
|
||||
default:
|
||||
badgeStyle.push('bg-indigo-500 text-indigo-100');
|
||||
|
||||
Reference in New Issue
Block a user