diff --git a/src/components/ENSName.tsx b/src/components/ENSName.tsx index 51d548a..d475ebc 100644 --- a/src/components/ENSName.tsx +++ b/src/components/ENSName.tsx @@ -48,7 +48,7 @@ type ContentProps = { const Content: React.FC = ({ linkable, name }) => ( <> ENS Logo = ({ }) => ( <>
diff --git a/src/components/UniswapV1ExchangeName.tsx b/src/components/UniswapV1ExchangeName.tsx index a31459b..0dde35f 100644 --- a/src/components/UniswapV1ExchangeName.tsx +++ b/src/components/UniswapV1ExchangeName.tsx @@ -77,7 +77,7 @@ const Content: React.FC = ({ }) => ( <>
diff --git a/src/components/UniswapV2PairName.tsx b/src/components/UniswapV2PairName.tsx index c6ce6ba..85c2c1c 100644 --- a/src/components/UniswapV2PairName.tsx +++ b/src/components/UniswapV2PairName.tsx @@ -94,7 +94,7 @@ const Content: React.FC = ({ }) => ( <>
diff --git a/src/components/UniswapV3PoolName.tsx b/src/components/UniswapV3PoolName.tsx index d8176a4..7804388 100644 --- a/src/components/UniswapV3PoolName.tsx +++ b/src/components/UniswapV3PoolName.tsx @@ -102,7 +102,7 @@ const Content: React.FC = ({ }) => ( <>
diff --git a/src/special/london/Blip.tsx b/src/special/london/Blip.tsx index 377a1d9..b216b89 100644 --- a/src/special/london/Blip.tsx +++ b/src/special/london/Blip.tsx @@ -12,7 +12,7 @@ const Blip: React.FC = ({ value }) => { setShow(false)} diff --git a/src/special/london/Blocks.tsx b/src/special/london/Blocks.tsx index 8a00597..ebdebdc 100644 --- a/src/special/london/Blocks.tsx +++ b/src/special/london/Blocks.tsx @@ -184,10 +184,10 @@ const Blocks: React.FC = ({ latestBlock, targetBlockNumber }) => { key={b.hash} show={i < MAX_BLOCK_HISTORY} appear - enter="transition transform ease-out duration-500" + enter="transition ease-out duration-500" enterFrom="opacity-0 -translate-y-10" enterTo="opacity-100 translate-y-0" - leave="transition transform ease-out duration-1000" + leave="transition ease-out duration-1000" leaveFrom="opacity-100 translate-y-0" leaveTo="opacity-0 translate-y-10" > diff --git a/src/transaction/TraceItem.tsx b/src/transaction/TraceItem.tsx index d6a4d7d..efff83a 100644 --- a/src/transaction/TraceItem.tsx +++ b/src/transaction/TraceItem.tsx @@ -17,13 +17,13 @@ const TraceItem: React.FC = ({ t, last }) => { return ( <>
-
+
{!last && ( -
+
)} {t.children && (