diff --git a/src/components/ui/links/EtherscanLinkBase.tsx b/src/components/ui/links/EtherscanLinkBase.tsx index fedc6a25bd..d8f95f5abf 100644 --- a/src/components/ui/links/EtherscanLinkBase.tsx +++ b/src/components/ui/links/EtherscanLinkBase.tsx @@ -13,8 +13,8 @@ export default function EtherscanBase({ children, ...rest }: LinkProps) { const { t } = useTranslation(); const containerRef = useRef(null); return ( - - + + {children} - - + + ); }