From df820d697f6bb8569ea1a5642dafe2eef5e89baf Mon Sep 17 00:00:00 2001 From: corlard3y Date: Fri, 3 Jan 2025 18:25:16 +0100 Subject: [PATCH] fix type --- src/components/Chain/ChainHeroSection.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/Chain/ChainHeroSection.tsx b/src/components/Chain/ChainHeroSection.tsx index f59706054d4..524072e247c 100644 --- a/src/components/Chain/ChainHeroSection.tsx +++ b/src/components/Chain/ChainHeroSection.tsx @@ -478,9 +478,7 @@ const TextLink = styled(A)` &:hover { text-decoration: none !important; - .anchorSVGlink {import useModal from './hooks/useModal'; -import ChainElevateModal from './ChainElevateModal'; - + .anchorSVGlink { color: #d548ec; } }