1 parent 87ba53e commit 60f1d0aCopy full SHA for 60f1d0a
1 file changed
dex_with_fiat_frontend/src/components/ReceiptDrawer.tsx
@@ -267,18 +267,6 @@ export default function ReceiptDrawer({
267
{tx.reference}
268
<CopyButton value={tx.reference} iconClassName="w-3 h-3" />
269
</span>
270
- <span className="text-gray-500">
271
- {t('receipt.hash')}
272
- </span>
273
- <a
274
- href={`https://stellar.expert/explorer/testnet/tx/${tx.txHash}`}
275
- target="_blank"
276
- rel="noopener noreferrer"
277
- className="flex items-center gap-1 text-blue-500 hover:underline font-mono text-[10px]"
278
- >
279
- {tx.txHash.substring(0, 8)}...
280
- <ExternalLink className="w-3 h-3" />
281
- </a>
282
</div>
283
)}
284
<div className="flex justify-between text-[10px] text-gray-500 pt-2 border-t dark:border-gray-700">
0 commit comments