Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
satyajeetkolhapure authored and alainncls committed Nov 8, 2024
1 parent 1e3ca1e commit edcbc34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 2 additions & 5 deletions explorer/src/assets/watermarks/revoked-watermark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ export const AttestationCard: React.FC<IAttestationCardProps> = ({
return (
<div
key={`${id}`}
className={`relative group flex flex-col justify-between gap-4 border border-border-card dark:border-border-cardDark rounded-xl p-4 md:p-6 hover:bg-surface-secondary dark:hover:bg-surface-secondaryDark transition md:min-h-[20rem] ${(isExpired || revoked) && "bg-surface-darkGrey dark:bg-surface-darkGreyDark"}`}
className={`relative group flex flex-col justify-between gap-4 border border-border-card dark:border-border-cardDark rounded-xl p-4 md:p-6 hover:bg-surface-secondary dark:hover:bg-surface-secondaryDark transition md:min-h-[20rem] ${
(isExpired || revoked) && "bg-surface-darkGrey dark:bg-surface-darkGreyDark"
}`}
>
<div>
{revoked && (
Expand Down

0 comments on commit edcbc34

Please sign in to comment.