From a43d83a048e67acd152e03f7b57df6f232b0c751 Mon Sep 17 00:00:00 2001 From: cPlayIt Date: Tue, 6 Sep 2022 14:47:34 -0400 Subject: [PATCH] Migrate away from ic.rocks urls --- src/components/Transactions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Transactions.js b/src/components/Transactions.js index 8040647..8467e74 100644 --- a/src/components/Transactions.js +++ b/src/components/Transactions.js @@ -103,8 +103,8 @@ export default function Transactions(props) { {tx.from === props.address ? - <>Sent {tx.amount} {props.data.symbol} to {tx.to} with a {tx.fee} {props.data.symbol} Fee
(View Transaction) : - <>Received {tx.amount} {props.data.symbol} from {tx.from}
(View Transaction) } + <>Sent {tx.amount} {props.data.symbol} to {tx.to} with a {tx.fee} {props.data.symbol} Fee
(View Transaction) : + <>Received {tx.amount} {props.data.symbol} from {tx.from}
(View Transaction) }
{tx.from === props.address ?