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 (