feat: grayscale aussi sur les ex-resistants avec video

suppression-manon-adrien
Sebastien Arod 2024-06-08 16:37:00 +02:00
parent 3d1f6b12c5
commit 39e520048c
2 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,7 @@ export const ResistantRow = ({ resistant }: Props) => {
width={"200"}
height={"200"}
onClick={() => navigate(resistant.id)}
style={getResistantGrayscaleRule(resistant)}
/>
) : (
<img

View File

@ -29,6 +29,7 @@ export const ResistantThumb = ({ resistant }: Props) => {
height={"200"}
className="resistant-thumb"
onClick={handleClick}
style={getResistantGrayscaleRule(resistant)}
/>
);
}