diff --git a/components/AddChainSection.tsx b/components/AddChainSection.tsx index 41723d0..b0274d3 100644 --- a/components/AddChainSection.tsx +++ b/components/AddChainSection.tsx @@ -10,7 +10,7 @@ const AddChainSection: React.FC = () => { Add your Chain diff --git a/components/ChainCard.tsx b/components/ChainCard.tsx index 8b53f83..a48efab 100644 --- a/components/ChainCard.tsx +++ b/components/ChainCard.tsx @@ -83,7 +83,7 @@ export default function ChainCard({ { href: url, text: 'Blockscout Explorer' }, ].map(({ href, text }, index, array) => ( <> - + {text}