Closed fuxingloh closed 3 years ago
Similar to #494,
All TxId need to be clickable and lead to the /transactions/:txid page.
/transactions/:txid
We could create an export function TxIdLink component where we txid string.
export function TxIdLink
For example <TxIdLink txid={} />
<TxIdLink txid={} />
A consistent way to reuse TxId Link components.
/triage accepted /area ui-ux transactions
This applies to all pages including prices and masternodes
What would you like to be added:
Similar to #494,
All TxId need to be clickable and lead to the
/transactions/:txid
page.We could create an
export function TxIdLink
component where we txid string.For example
<TxIdLink txid={} />
Why is this needed:
A consistent way to reuse TxId Link components.
/triage accepted /area ui-ux transactions