Skip to content

Commit

Permalink
Merge pull request #114 from AstraProtocol/fix/tx-seo
Browse files Browse the repository at this point in the history
fix: show full txhash in SEO description
  • Loading branch information
viennguyen2-tiki authored Mar 31, 2023
2 parents c0a95e0 + e9e147f commit 8986195
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 8986195

Please sign in to comment.