From 8db54c68710995d751e508eaac13a6ee5cf96353 Mon Sep 17 00:00:00 2001 From: Willian Mitsuda Date: Mon, 8 Aug 2022 02:02:30 -0300 Subject: [PATCH] Grow/shrink new class names --- src/Home.tsx | 4 ++-- src/StandardFrame.tsx | 2 +- src/address/DecodedFragment.tsx | 2 +- src/components/DecoratedAddressLink.tsx | 2 +- src/special/london/Blocks.tsx | 2 +- src/special/london/London.tsx | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Home.tsx b/src/Home.tsx index 2bcb23d..0509330 100644 --- a/src/Home.tsx +++ b/src/Home.tsx @@ -23,9 +23,9 @@ const Home: React.FC = () => { document.title = "Home | Otterscan"; return ( -
+
{isScanning && setScanning(false)} />} -
+
= ({ children }) => ( -
{children}
+
{children}
); export default StandardFrame; diff --git a/src/address/DecodedFragment.tsx b/src/address/DecodedFragment.tsx index 3a6c75a..d063eba 100644 --- a/src/address/DecodedFragment.tsx +++ b/src/address/DecodedFragment.tsx @@ -49,7 +49,7 @@ const DecodedFragment: React.FC = ({ {letter && ( {letter} diff --git a/src/components/DecoratedAddressLink.tsx b/src/components/DecoratedAddressLink.tsx index 856b502..e85753e 100644 --- a/src/components/DecoratedAddressLink.tsx +++ b/src/components/DecoratedAddressLink.tsx @@ -79,7 +79,7 @@ const DecoratedAddressLink: React.FC = ({ )} {metadata && ( diff --git a/src/special/london/Blocks.tsx b/src/special/london/Blocks.tsx index f85ed53..e953682 100644 --- a/src/special/london/Blocks.tsx +++ b/src/special/london/Blocks.tsx @@ -124,7 +124,7 @@ const Blocks: React.FC = ({ latestBlock, targetBlockNumber }) => { ); return ( -
+
diff --git a/src/special/london/London.tsx b/src/special/london/London.tsx index aba0684..60e22f2 100644 --- a/src/special/london/London.tsx +++ b/src/special/london/London.tsx @@ -9,7 +9,7 @@ const London: React.FC = () => { const { provider } = useContext(RuntimeContext); const block = useLatestBlock(provider); if (!provider || !block) { - return
; + return
; } // Display countdown