Skip to content

Commit

Permalink
fix: show full txhash in SEO description
Browse files Browse the repository at this point in the history
  • Loading branch information
tiendn committed Mar 30, 2023
1 parent e9ccffd commit e9e147f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/tx/[tx].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.`
}
}
}
Expand Down

0 comments on commit e9e147f

Please sign in to comment.