mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 12:18:35 -05:00
fix(frontend): person cards now show correctly in ListView's
This commit is contained in:
@@ -18,7 +18,7 @@ const PersonCard: React.FC<PersonCardProps> = ({
|
||||
}) => {
|
||||
return (
|
||||
<Link href={`/person/${personId}`}>
|
||||
<a>
|
||||
<a className={canExpand ? 'w-full' : 'w-36 sm:w-36 md:w-44'}>
|
||||
<div
|
||||
className={`relative ${
|
||||
canExpand ? 'w-full' : 'w-36 sm:w-36 md:w-44'
|
||||
|
||||
Reference in New Issue
Block a user