From 3a81671257c8b3f6a54a7672664f9801e594e21d Mon Sep 17 00:00:00 2001 From: Ryan Freeman Date: Sun, 28 May 2023 21:49:38 +0100 Subject: [PATCH] Removed twitter links --- components/common/Footer.tsx | 7 +------ pages/about.tsx | 6 +----- pages/index.tsx | 8 +------- 3 files changed, 3 insertions(+), 18 deletions(-) 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 - -