fix: remove filters on images due to performance

This commit is contained in:
2023-08-23 14:18:31 +02:00
parent fab9bac4a5
commit cda5f2dc5b
2 changed files with 2 additions and 13 deletions

View File

@ -54,7 +54,7 @@ export function Card(
</span>
)}
<div
class="p-4 flex flex-col justify-between relative z-10 desaturated"
class="p-4 flex flex-col justify-between relative z-10"
style={{
outline: "solid 2px #141218",
borderRadius: "1.4rem",