From e9e147fa61102edfddd3047f7c9c14a5e77796ac Mon Sep 17 00:00:00 2001 From: tiendn Date: Thu, 30 Mar 2023 17:34:30 +0700 Subject: [PATCH] fix: show full txhash in SEO description --- pages/tx/[tx].tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/tx/[tx].tsx b/pages/tx/[tx].tsx index 1030214f..ae9a7220 100644 --- a/pages/tx/[tx].tsx +++ b/pages/tx/[tx].tsx @@ -142,7 +142,7 @@ export async function getServerSideProps({ query }) { evmHash, cosmosHash, title: `Transaction ${txHashEllipsis}`, - description: `Astra (ASA) detailed transaction info for txhash ${txHashEllipsis}. The transaction status, block confirmation, gas fee, Astra (ASA), and token transfer are shown.` + description: `Astra (ASA) detailed transaction info for txhash ${txHash}. The transaction status, block confirmation, gas fee, Astra (ASA), and token transfer are shown.` } } }