Skip to content

Commit

Permalink
Update AboutFooter.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
KillariDev committed Dec 29, 2023
1 parent af5b20c commit f04537b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/components/About/AboutFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit f04537b

Please sign in to comment.