From cf382dab84dd459bf79a21943b2ca8c1e63bc33e Mon Sep 17 00:00:00 2001 From: Alain Nicolas Date: Fri, 8 Nov 2024 23:55:13 +0700 Subject: [PATCH] Update explorer/src/pages/Attestation/components/AttestationCard/index.tsx --- .../Attestation/components/AttestationCard/index.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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()}