From f04537b8e49c61b30d3a68fcae7d0eefc3185428 Mon Sep 17 00:00:00 2001 From: KillariDev Date: Fri, 29 Dec 2023 11:39:58 +0200 Subject: [PATCH] Update AboutFooter.tsx --- src/components/About/AboutFooter.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/components/About/AboutFooter.tsx b/src/components/About/AboutFooter.tsx index a4472d2c51c..0a52906dc3a 100644 --- a/src/components/About/AboutFooter.tsx +++ b/src/components/About/AboutFooter.tsx @@ -102,13 +102,6 @@ const TextLink = styled(StyledRouterLink)` color: ${({ theme }) => theme.neutral2}; ` -const Copyright = styled.span` - font-size: 16px; - line-height: 20px; - margin: 1rem 0 0 0; - color: ${({ theme }) => theme.neutral3}; -` - const LogoSectionContent = () => { const isDarkMode = useIsDarkMode() return (