From 28bec4f80795990dbb42e453b75bd214735e2fd7 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 c5364f12..a1d4b45a 100644 --- a/explorer/src/pages/Attestation/components/AttestationCard/index.tsx +++ b/explorer/src/pages/Attestation/components/AttestationCard/index.tsx @@ -108,9 +108,14 @@ export const AttestationCard: React.FC = ({ }`} >
- {revoked && ( - - )} + {revoked && ( +
+ Revoked +
+ )}
{displayLogo()}