mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-22 07:45:40 +00:00
Removed twitter links
This commit is contained in:
parent
69d62b153a
commit
3a81671257
@ -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}
|
||||
/>
|
||||
<SocialLink
|
||||
href="https://twitter.com/freemry"
|
||||
ariaLabel="Follow on Twitter"
|
||||
icon={TwitterIcon}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -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() {
|
||||
<SocialLink href="https://linkedin.com/in/r-freeman/" icon={LinkedInIcon} className="mt-4">
|
||||
Follow on LinkedIn
|
||||
</SocialLink>
|
||||
<SocialLink href="https://twitter.com/freemry" icon={TwitterIcon} className="mt-4">
|
||||
Follow on Twitter
|
||||
</SocialLink>
|
||||
<SocialLink
|
||||
href="mailto:hello@ryanfreeman.dev"
|
||||
icon={MailIcon}
|
||||
|
@ -6,8 +6,7 @@ import {Resume} from '@/components/ui/Resume'
|
||||
import {Container} from '@/components/common/Container'
|
||||
import {
|
||||
GitHubIcon,
|
||||
LinkedInIcon,
|
||||
TwitterIcon
|
||||
LinkedInIcon
|
||||
} from '@/components/icons/SocialIcons'
|
||||
import {SocialLink} from '@/components/ui/SocialLink'
|
||||
import {Views} from '@/components/ui/Views'
|
||||
@ -113,11 +112,6 @@ export default function Home({articles}: { articles: Article[] }) {
|
||||
ariaLabel="Follow on LinkedIn"
|
||||
icon={LinkedInIcon}
|
||||
/>
|
||||
<SocialLink
|
||||
href="https://twitter.com/freemry"
|
||||
ariaLabel="Follow on Twitter"
|
||||
icon={TwitterIcon}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</Container>
|
||||
|
Loading…
Reference in New Issue
Block a user