diff --git a/explorer/src/pages/Attestation/components/AttestationCard/index.tsx b/explorer/src/pages/Attestation/components/AttestationCard/index.tsx index 633eeb5c..e4b8e085 100644 --- a/explorer/src/pages/Attestation/components/AttestationCard/index.tsx +++ b/explorer/src/pages/Attestation/components/AttestationCard/index.tsx @@ -75,9 +75,14 @@ export const AttestationCard: React.FC = ({ }`} >
- {revoked && ( - - )} + {revoked && ( +
+ Revoked +
+ )}
{displayLogo()}