diff --git a/components/common/Footer.tsx b/components/common/Footer.tsx index 0070c40..d59ff28 100644 --- a/components/common/Footer.tsx +++ b/components/common/Footer.tsx @@ -3,7 +3,7 @@ import {OuterContainer, InnerContainer} from './Container' import {NavLink} from '@/components/ui/Navigation' import {SpotifyPlayer} from '@/components/ui/SpotifyPlayer' import {SocialLink} from '@/components/ui/SocialLink' -import {GitHubIcon, LinkedInIcon, TwitterIcon} from '@/components/icons/SocialIcons' +import {GitHubIcon, LinkedInIcon} from '@/components/icons/SocialIcons' export function Footer() { @@ -38,11 +38,6 @@ export function Footer() { ariaLabel="Follow on LinkedIn" icon={LinkedInIcon} /> - diff --git a/pages/about.tsx b/pages/about.tsx index 2952469..456e200 100644 --- a/pages/about.tsx +++ b/pages/about.tsx @@ -7,8 +7,7 @@ import clsx from 'clsx' import {Container} from '@/components/common/Container' import { GitHubIcon, - LinkedInIcon, - TwitterIcon + LinkedInIcon } from '@/components/icons/SocialIcons' import {MailIcon} from '@/components/icons/MailIcon' import photoOfMe from '@/public/static/images/photo-of-me.jpg' @@ -122,9 +121,6 @@ export default function About() { Follow on LinkedIn - - Follow on Twitter - -